Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2024-3651 (GCVE-0-2024-3651)
Vulnerability from cvelistv5 – Published: 2024-07-07 17:22 – Updated: 2025-11-04 22:06- CWE-1333 - Inefficient Regular Expression Complexity
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2024-3651",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "no"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2024-07-07T19:07:43.737156Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2024-07-07T19:07:50.996Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
},
{
"providerMetadata": {
"dateUpdated": "2025-11-04T22:06:20.751Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"tags": [
"x_transferred"
],
"url": "https://huntr.com/bounties/93d78d07-d791-4b39-a845-cbfabc44aadb"
},
{
"tags": [
"x_transferred"
],
"url": "https://github.com/kjd/idna/commit/1d365e17e10d72d0b7876316fc7b9ca0eebdd38d"
},
{
"url": "https://lists.debian.org/debian-lts-announce/2024/05/msg00006.html"
},
{
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/F2S5E23N6E52S46KGNYTDFB75LOC4N4D/"
},
{
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/S5IDLLD2IKSIVRBSLB34WTSYGLMWUFWF/"
},
{
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ULSC7HBJKXB3BZV367WM5BR6DFEC4Z43/"
},
{
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/4YQUPYH3SVZ5GFF2CDQ55FCM575AZTF2/"
}
],
"title": "CVE Program Container"
}
],
"cna": {
"affected": [
{
"product": "kjd/idna",
"vendor": "kjd",
"versions": [
{
"lessThan": "3.7",
"status": "affected",
"version": "unspecified",
"versionType": "custom"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "A vulnerability was identified in the kjd/idna library, specifically within the `idna.encode()` function, affecting version 3.6. The issue arises from the function\u0027s handling of crafted input strings, which can lead to quadratic complexity and consequently, a denial of service condition. This vulnerability is triggered by a crafted input that causes the `idna.encode()` function to process the input with considerable computational load, significantly increasing the processing time in a quadratic manner relative to the input size."
}
],
"metrics": [
{
"cvssV3_0": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 6.2,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.0/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.0"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-1333",
"description": "CWE-1333 Inefficient Regular Expression Complexity",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2025-10-15T12:49:38.011Z",
"orgId": "c09c270a-b464-47c1-9133-acb35b22c19a",
"shortName": "@huntr_ai"
},
"references": [
{
"url": "https://huntr.com/bounties/93d78d07-d791-4b39-a845-cbfabc44aadb"
},
{
"url": "https://github.com/kjd/idna/commit/1d365e17e10d72d0b7876316fc7b9ca0eebdd38d"
}
],
"source": {
"advisory": "93d78d07-d791-4b39-a845-cbfabc44aadb",
"discovery": "EXTERNAL"
},
"title": "Denial of Service via Quadratic Complexity in kjd/idna"
}
},
"cveMetadata": {
"assignerOrgId": "c09c270a-b464-47c1-9133-acb35b22c19a",
"assignerShortName": "@huntr_ai",
"cveId": "CVE-2024-3651",
"datePublished": "2024-07-07T17:22:10.032Z",
"dateReserved": "2024-04-10T23:50:44.569Z",
"dateUpdated": "2025-11-04T22:06:20.751Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2024-3651",
"date": "2026-05-30",
"epss": "0.00689",
"percentile": "0.7209"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2024-3651\",\"sourceIdentifier\":\"security@huntr.dev\",\"published\":\"2024-07-07T18:15:09.827\",\"lastModified\":\"2025-11-04T22:16:02.477\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"A vulnerability was identified in the kjd/idna library, specifically within the `idna.encode()` function, affecting version 3.6. The issue arises from the function\u0027s handling of crafted input strings, which can lead to quadratic complexity and consequently, a denial of service condition. This vulnerability is triggered by a crafted input that causes the `idna.encode()` function to process the input with considerable computational load, significantly increasing the processing time in a quadratic manner relative to the input size.\"},{\"lang\":\"es\",\"value\":\"Se identific\u00f3 una vulnerabilidad en la librer\u00eda kjd/idna, espec\u00edficamente dentro de la funci\u00f3n `idna.encode()`, afectando a la versi\u00f3n 3.6. El problema surge del manejo por parte de la funci\u00f3n de cadenas de entrada manipuladas, lo que puede generar complejidad cuadr\u00e1tica y, en consecuencia, una condici\u00f3n de denegaci\u00f3n de servicio. Esta vulnerabilidad se activa por una entrada manipulada que hace que la funci\u00f3n `idna.encode()` procese la entrada con una carga computacional considerable, aumentando significativamente el tiempo de procesamiento de manera cuadr\u00e1tica en relaci\u00f3n con el tama\u00f1o de la entrada.\"}],\"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}],\"cvssMetricV30\":[{\"source\":\"security@huntr.dev\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.0\",\"vectorString\":\"CVSS:3.0/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H\",\"baseScore\":6.2,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":2.5,\"impactScore\":3.6}]},\"weaknesses\":[{\"source\":\"security@huntr.dev\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-1333\"}]},{\"source\":\"nvd@nist.gov\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"NVD-CWE-noinfo\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:kjd:internationalized_domain_names_in_applications:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"0.2\",\"versionEndExcluding\":\"3.7\",\"matchCriteriaId\":\"20BA3E25-3189-4C85-A213-0E295CFFE5E1\"}]}]}],\"references\":[{\"url\":\"https://github.com/kjd/idna/commit/1d365e17e10d72d0b7876316fc7b9ca0eebdd38d\",\"source\":\"security@huntr.dev\",\"tags\":[\"Patch\"]},{\"url\":\"https://huntr.com/bounties/93d78d07-d791-4b39-a845-cbfabc44aadb\",\"source\":\"security@huntr.dev\",\"tags\":[\"Exploit\",\"Patch\"]},{\"url\":\"https://github.com/kjd/idna/commit/1d365e17e10d72d0b7876316fc7b9ca0eebdd38d\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Patch\"]},{\"url\":\"https://huntr.com/bounties/93d78d07-d791-4b39-a845-cbfabc44aadb\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Exploit\",\"Patch\"]},{\"url\":\"https://lists.debian.org/debian-lts-announce/2024/05/msg00006.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/4YQUPYH3SVZ5GFF2CDQ55FCM575AZTF2/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/F2S5E23N6E52S46KGNYTDFB75LOC4N4D/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/S5IDLLD2IKSIVRBSLB34WTSYGLMWUFWF/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ULSC7HBJKXB3BZV367WM5BR6DFEC4Z43/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"https://huntr.com/bounties/93d78d07-d791-4b39-a845-cbfabc44aadb\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://github.com/kjd/idna/commit/1d365e17e10d72d0b7876316fc7b9ca0eebdd38d\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://lists.debian.org/debian-lts-announce/2024/05/msg00006.html\"}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/F2S5E23N6E52S46KGNYTDFB75LOC4N4D/\"}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/S5IDLLD2IKSIVRBSLB34WTSYGLMWUFWF/\"}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ULSC7HBJKXB3BZV367WM5BR6DFEC4Z43/\"}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/4YQUPYH3SVZ5GFF2CDQ55FCM575AZTF2/\"}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2025-11-04T22:06:20.751Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2024-3651\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2024-07-07T19:07:43.737156Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2024-07-07T19:07:48.586Z\"}}], \"cna\": {\"title\": \"Denial of Service via Quadratic Complexity in kjd/idna\", \"source\": {\"advisory\": \"93d78d07-d791-4b39-a845-cbfabc44aadb\", \"discovery\": \"EXTERNAL\"}, \"metrics\": [{\"cvssV3_0\": {\"scope\": \"UNCHANGED\", \"version\": \"3.0\", \"baseScore\": 6.2, \"attackVector\": \"LOCAL\", \"baseSeverity\": \"MEDIUM\", \"vectorString\": \"CVSS:3.0/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H\", \"integrityImpact\": \"NONE\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"HIGH\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"NONE\"}}], \"affected\": [{\"vendor\": \"kjd\", \"product\": \"kjd/idna\", \"versions\": [{\"status\": \"affected\", \"version\": \"unspecified\", \"lessThan\": \"3.7\", \"versionType\": \"custom\"}]}], \"references\": [{\"url\": \"https://huntr.com/bounties/93d78d07-d791-4b39-a845-cbfabc44aadb\"}, {\"url\": \"https://github.com/kjd/idna/commit/1d365e17e10d72d0b7876316fc7b9ca0eebdd38d\"}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"A vulnerability was identified in the kjd/idna library, specifically within the `idna.encode()` function, affecting version 3.6. The issue arises from the function\u0027s handling of crafted input strings, which can lead to quadratic complexity and consequently, a denial of service condition. This vulnerability is triggered by a crafted input that causes the `idna.encode()` function to process the input with considerable computational load, significantly increasing the processing time in a quadratic manner relative to the input size.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-1333\", \"description\": \"CWE-1333 Inefficient Regular Expression Complexity\"}]}], \"providerMetadata\": {\"orgId\": \"c09c270a-b464-47c1-9133-acb35b22c19a\", \"shortName\": \"@huntr_ai\", \"dateUpdated\": \"2025-10-15T12:49:38.011Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2024-3651\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2025-11-04T22:06:20.751Z\", \"dateReserved\": \"2024-04-10T23:50:44.569Z\", \"assignerOrgId\": \"c09c270a-b464-47c1-9133-acb35b22c19a\", \"datePublished\": \"2024-07-07T17:22:10.032Z\", \"assignerShortName\": \"@huntr_ai\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
MSRC_CVE-2024-3651
Vulnerability from csaf_microsoft - Published: 2024-07-01 07:00 - Updated: 2026-02-18 01:18| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 17281-17086 | — | ||
| Unresolved product id: 17693-17084 | — | ||
| Unresolved product id: 17541-17084 | — | ||
| Unresolved product id: 17694-17084 | — | ||
| Unresolved product id: 19681-17086 | — | ||
| Unresolved product id: 17545-17084 | — | ||
| Unresolved product id: 19870-17086 | — | ||
| Unresolved product id: 19875-17084 | — | ||
| Unresolved product id: 17667-17084 | — |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 17086-11 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 17084-7 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 17084-10 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 17084-6 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 17086-4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 17086-12 | — |
None Available
|
|
| Unresolved product id: 17084-9 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 17086-2 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 17084-1 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 17084-8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 17086-3 | — |
None Available
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 17084-5 | — |
| URL | Category |
|---|---|
| https://msrc.microsoft.com/csaf/vex/2024/msrc_cve… | self |
| https://support.microsoft.com/lifecycle | external |
| https://www.first.org/cvss | external |
| https://msrc.microsoft.com/csaf/vex/2024/msrc_cve… | self |
{
"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-2024-3651 Denial of Service via Quadratic Complexity in kjd/idna - VEX",
"url": "https://msrc.microsoft.com/csaf/vex/2024/msrc_cve-2024-3651.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": "Denial of Service via Quadratic Complexity in kjd/idna",
"tracking": {
"current_release_date": "2026-02-18T01:18:51.000Z",
"generator": {
"date": "2026-02-18T10:54:58.515Z",
"engine": {
"name": "MSRC Generator",
"version": "1.0"
}
},
"id": "msrc_CVE-2024-3651",
"initial_release_date": "2024-07-01T07:00:00.000Z",
"revision_history": [
{
"date": "2024-07-26T00:00:00.000Z",
"legacy_version": "1",
"number": "1",
"summary": "Information published."
},
{
"date": "2024-08-16T00:00:00.000Z",
"legacy_version": "1.1",
"number": "2",
"summary": "Information published."
},
{
"date": "2024-08-17T00:00:00.000Z",
"legacy_version": "1.2",
"number": "3",
"summary": "Information published."
},
{
"date": "2024-08-18T00:00:00.000Z",
"legacy_version": "1.3",
"number": "4",
"summary": "Information published."
},
{
"date": "2024-08-19T00:00:00.000Z",
"legacy_version": "1.4",
"number": "5",
"summary": "Information published."
},
{
"date": "2024-08-20T00:00:00.000Z",
"legacy_version": "1.5",
"number": "6",
"summary": "Information published."
},
{
"date": "2024-08-21T00:00:00.000Z",
"legacy_version": "1.6",
"number": "7",
"summary": "Information published."
},
{
"date": "2024-08-22T00:00:00.000Z",
"legacy_version": "1.7",
"number": "8",
"summary": "Information published."
},
{
"date": "2024-08-23T00:00:00.000Z",
"legacy_version": "1.8",
"number": "9",
"summary": "Information published."
},
{
"date": "2024-08-24T00:00:00.000Z",
"legacy_version": "1.9",
"number": "10",
"summary": "Information published."
},
{
"date": "2024-08-25T00:00:00.000Z",
"legacy_version": "2",
"number": "11",
"summary": "Information published."
},
{
"date": "2024-08-26T00:00:00.000Z",
"legacy_version": "2.1",
"number": "12",
"summary": "Information published."
},
{
"date": "2024-08-27T00:00:00.000Z",
"legacy_version": "2.2",
"number": "13",
"summary": "Information published."
},
{
"date": "2024-08-28T00:00:00.000Z",
"legacy_version": "2.3",
"number": "14",
"summary": "Information published."
},
{
"date": "2024-08-29T00:00:00.000Z",
"legacy_version": "2.4",
"number": "15",
"summary": "Information published."
},
{
"date": "2024-08-30T00:00:00.000Z",
"legacy_version": "2.5",
"number": "16",
"summary": "Information published."
},
{
"date": "2024-08-31T00:00:00.000Z",
"legacy_version": "2.6",
"number": "17",
"summary": "Information published."
},
{
"date": "2024-09-01T00:00:00.000Z",
"legacy_version": "2.7",
"number": "18",
"summary": "Information published."
},
{
"date": "2024-09-02T00:00:00.000Z",
"legacy_version": "2.8",
"number": "19",
"summary": "Information published."
},
{
"date": "2024-09-03T00:00:00.000Z",
"legacy_version": "2.9",
"number": "20",
"summary": "Information published."
},
{
"date": "2024-09-05T00:00:00.000Z",
"legacy_version": "3",
"number": "21",
"summary": "Information published."
},
{
"date": "2024-09-06T00:00:00.000Z",
"legacy_version": "3.1",
"number": "22",
"summary": "Information published."
},
{
"date": "2024-09-07T00:00:00.000Z",
"legacy_version": "3.2",
"number": "23",
"summary": "Information published."
},
{
"date": "2024-09-08T00:00:00.000Z",
"legacy_version": "3.3",
"number": "24",
"summary": "Information published."
},
{
"date": "2024-09-11T00:00:00.000Z",
"legacy_version": "3.4",
"number": "25",
"summary": "Information published."
},
{
"date": "2024-10-15T00:00:00.000Z",
"legacy_version": "3.5",
"number": "26",
"summary": "Added python-pip to Azure Linux 3.0\nAdded tensorflow to Azure Linux 3.0\nAdded python-idna to Azure Linux 3.0\nAdded python-idna to CBL-Mariner 2.0"
},
{
"date": "2025-03-14T00:00:00.000Z",
"legacy_version": "3.6",
"number": "27",
"summary": "Added python3 to Azure Linux 3.0\nAdded python-pip to Azure Linux 3.0\nAdded tensorflow to Azure Linux 3.0\nAdded python-idna to Azure Linux 3.0\nAdded python-idna to CBL-Mariner 2.0"
},
{
"date": "2025-04-17T00:00:00.000Z",
"legacy_version": "3.7",
"number": "28",
"summary": "Added python3 to CBL-Mariner 2.0\nAdded python-idna to CBL-Mariner 2.0\nAdded python3 to Azure Linux 3.0\nAdded python-pip to Azure Linux 3.0\nAdded tensorflow to Azure Linux 3.0\nAdded python-idna to Azure Linux 3.0"
},
{
"date": "2026-02-18T01:18:51.000Z",
"legacy_version": "4",
"number": "29",
"summary": "Information published."
}
],
"status": "final",
"version": "29"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "2.0",
"product": {
"name": "CBL Mariner 2.0",
"product_id": "17086"
}
},
{
"category": "product_version",
"name": "3.0",
"product": {
"name": "Azure Linux 3.0",
"product_id": "17084"
}
}
],
"category": "product_name",
"name": "Azure Linux"
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003ccbl2 python-idna 3.7-1",
"product": {
"name": "\u003ccbl2 python-idna 3.7-1",
"product_id": "11"
}
},
{
"category": "product_version",
"name": "cbl2 python-idna 3.7-1",
"product": {
"name": "cbl2 python-idna 3.7-1",
"product_id": "17281"
}
},
{
"category": "product_version_range",
"name": "\u003cazl3 python-idna 3.7-1",
"product": {
"name": "\u003cazl3 python-idna 3.7-1",
"product_id": "6"
}
},
{
"category": "product_version",
"name": "azl3 python-idna 3.7-1",
"product": {
"name": "azl3 python-idna 3.7-1",
"product_id": "17694"
}
},
{
"category": "product_version_range",
"name": "\u003ccbl2 python-idna 3.3-1",
"product": {
"name": "\u003ccbl2 python-idna 3.3-1",
"product_id": "2"
}
},
{
"category": "product_version",
"name": "cbl2 python-idna 3.3-1",
"product": {
"name": "cbl2 python-idna 3.3-1",
"product_id": "19870"
}
},
{
"category": "product_version_range",
"name": "\u003cazl3 python-idna 3.6-1",
"product": {
"name": "\u003cazl3 python-idna 3.6-1",
"product_id": "1"
}
},
{
"category": "product_version",
"name": "azl3 python-idna 3.6-1",
"product": {
"name": "azl3 python-idna 3.6-1",
"product_id": "19875"
}
}
],
"category": "product_name",
"name": "python-idna"
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003cazl3 python-pip 24.0-2",
"product": {
"name": "\u003cazl3 python-pip 24.0-2",
"product_id": "7"
}
},
{
"category": "product_version",
"name": "azl3 python-pip 24.0-2",
"product": {
"name": "azl3 python-pip 24.0-2",
"product_id": "17693"
}
}
],
"category": "product_name",
"name": "python-pip"
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003cazl3 tensorflow 2.16.1-7",
"product": {
"name": "\u003cazl3 tensorflow 2.16.1-7",
"product_id": "10"
}
},
{
"category": "product_version",
"name": "azl3 tensorflow 2.16.1-7",
"product": {
"name": "azl3 tensorflow 2.16.1-7",
"product_id": "17541"
}
},
{
"category": "product_version_range",
"name": "\u003cazl3 tensorflow 2.16.1-9",
"product": {
"name": "\u003cazl3 tensorflow 2.16.1-9",
"product_id": "8"
}
},
{
"category": "product_version",
"name": "azl3 tensorflow 2.16.1-9",
"product": {
"name": "azl3 tensorflow 2.16.1-9",
"product_id": "17667"
}
}
],
"category": "product_name",
"name": "tensorflow"
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003ccbl2 python3 3.9.19-13",
"product": {
"name": "\u003ccbl2 python3 3.9.19-13",
"product_id": "4"
}
},
{
"category": "product_version",
"name": "cbl2 python3 3.9.19-13",
"product": {
"name": "cbl2 python3 3.9.19-13",
"product_id": "19681"
}
},
{
"category": "product_version_range",
"name": "\u003cazl3 python3 3.12.3-5",
"product": {
"name": "\u003cazl3 python3 3.12.3-5",
"product_id": "9"
}
},
{
"category": "product_version",
"name": "azl3 python3 3.12.3-5",
"product": {
"name": "azl3 python3 3.12.3-5",
"product_id": "17545"
}
}
],
"category": "product_name",
"name": "python3"
},
{
"branches": [
{
"category": "product_version_range",
"name": "cbl2 python-virtualenv 20.26.6-1",
"product": {
"name": "cbl2 python-virtualenv 20.26.6-1",
"product_id": "12"
}
},
{
"category": "product_version_range",
"name": "cbl2 python-virtualenv 20.26.6-1",
"product": {
"name": "cbl2 python-virtualenv 20.26.6-1",
"product_id": "3"
}
}
],
"category": "product_name",
"name": "python-virtualenv"
},
{
"category": "product_name",
"name": "azl3 mozjs 102.15.1-1",
"product": {
"name": "azl3 mozjs 102.15.1-1",
"product_id": "5"
}
}
],
"category": "vendor",
"name": "Microsoft"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003ccbl2 python-idna 3.7-1 as a component of CBL Mariner 2.0",
"product_id": "17086-11"
},
"product_reference": "11",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 python-idna 3.7-1 as a component of CBL Mariner 2.0",
"product_id": "17281-17086"
},
"product_reference": "17281",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003cazl3 python-pip 24.0-2 as a component of Azure Linux 3.0",
"product_id": "17084-7"
},
"product_reference": "7",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 python-pip 24.0-2 as a component of Azure Linux 3.0",
"product_id": "17693-17084"
},
"product_reference": "17693",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003cazl3 tensorflow 2.16.1-7 as a component of Azure Linux 3.0",
"product_id": "17084-10"
},
"product_reference": "10",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 tensorflow 2.16.1-7 as a component of Azure Linux 3.0",
"product_id": "17541-17084"
},
"product_reference": "17541",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003cazl3 python-idna 3.7-1 as a component of Azure Linux 3.0",
"product_id": "17084-6"
},
"product_reference": "6",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 python-idna 3.7-1 as a component of Azure Linux 3.0",
"product_id": "17694-17084"
},
"product_reference": "17694",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003ccbl2 python3 3.9.19-13 as a component of CBL Mariner 2.0",
"product_id": "17086-4"
},
"product_reference": "4",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 python3 3.9.19-13 as a component of CBL Mariner 2.0",
"product_id": "19681-17086"
},
"product_reference": "19681",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 python-virtualenv 20.26.6-1 as a component of CBL Mariner 2.0",
"product_id": "17086-12"
},
"product_reference": "12",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003cazl3 python3 3.12.3-5 as a component of Azure Linux 3.0",
"product_id": "17084-9"
},
"product_reference": "9",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 python3 3.12.3-5 as a component of Azure Linux 3.0",
"product_id": "17545-17084"
},
"product_reference": "17545",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003ccbl2 python-idna 3.3-1 as a component of CBL Mariner 2.0",
"product_id": "17086-2"
},
"product_reference": "2",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 python-idna 3.3-1 as a component of CBL Mariner 2.0",
"product_id": "19870-17086"
},
"product_reference": "19870",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003cazl3 python-idna 3.6-1 as a component of Azure Linux 3.0",
"product_id": "17084-1"
},
"product_reference": "1",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 python-idna 3.6-1 as a component of Azure Linux 3.0",
"product_id": "19875-17084"
},
"product_reference": "19875",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003cazl3 tensorflow 2.16.1-9 as a component of Azure Linux 3.0",
"product_id": "17084-8"
},
"product_reference": "8",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 tensorflow 2.16.1-9 as a component of Azure Linux 3.0",
"product_id": "17667-17084"
},
"product_reference": "17667",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 mozjs 102.15.1-1 as a component of Azure Linux 3.0",
"product_id": "17084-5"
},
"product_reference": "5",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 python-virtualenv 20.26.6-1 as a component of CBL Mariner 2.0",
"product_id": "17086-3"
},
"product_reference": "3",
"relates_to_product_reference": "17086"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-3651",
"flags": [
{
"label": "component_not_present",
"product_ids": [
"17084-5"
]
}
],
"notes": [
{
"category": "general",
"text": "@huntr_ai",
"title": "Assigning CNA"
}
],
"product_status": {
"fixed": [
"17281-17086",
"17693-17084",
"17541-17084",
"17694-17084",
"19681-17086",
"17545-17084",
"19870-17086",
"19875-17084",
"17667-17084"
],
"known_affected": [
"17086-11",
"17084-7",
"17084-10",
"17084-6",
"17086-4",
"17086-12",
"17084-9",
"17086-2",
"17084-1",
"17084-8",
"17086-3"
],
"known_not_affected": [
"17084-5"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-3651 Denial of Service via Quadratic Complexity in kjd/idna - VEX",
"url": "https://msrc.microsoft.com/csaf/vex/2024/msrc_cve-2024-3651.json"
}
],
"remediations": [
{
"category": "none_available",
"date": "2024-07-26T00:00:00.000Z",
"details": "There is no fix available for this vulnerability as of now",
"product_ids": [
"17086-12"
]
},
{
"category": "none_available",
"date": "2024-07-26T00:00:00.000Z",
"details": "There is no fix available for this vulnerability as of now",
"product_ids": [
"17086-3"
]
},
{
"category": "vendor_fix",
"date": "2024-07-26T00:00:00.000Z",
"details": "3.7-1:Security Update:https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade",
"product_ids": [
"17086-11",
"17084-6",
"17086-2",
"17084-1"
],
"url": "https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade"
},
{
"category": "vendor_fix",
"date": "2024-07-26T00:00:00.000Z",
"details": "24.0-2:Security Update:https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade",
"product_ids": [
"17084-7"
],
"url": "https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade"
},
{
"category": "vendor_fix",
"date": "2024-07-26T00:00:00.000Z",
"details": "2.16.1-7:Security Update:https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade",
"product_ids": [
"17084-10",
"17084-8"
],
"url": "https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade"
},
{
"category": "vendor_fix",
"date": "2024-07-26T00:00:00.000Z",
"details": "3.9.19-13:Security Update:https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade",
"product_ids": [
"17086-4"
],
"url": "https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade"
},
{
"category": "vendor_fix",
"date": "2024-07-26T00:00:00.000Z",
"details": "3.12.9-1:Security Update:https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade",
"product_ids": [
"17084-9"
],
"url": "https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"environmentalsScore": 0.0,
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 7.5,
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"17086-11",
"17084-7",
"17084-10",
"17084-6",
"17086-4",
"17086-12",
"17084-9",
"17086-2",
"17084-1",
"17084-8",
"17086-3"
]
}
],
"title": "Denial of Service via Quadratic Complexity in kjd/idna"
}
]
}
OPENSUSE-SU-2024:13874-1
Vulnerability from csaf_opensuse - Published: 2024-06-15 00:00 - Updated: 2024-06-15 00:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python310-idna-3.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python310-idna-3.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python310-idna-3.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python310-idna-3.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-idna-3.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-idna-3.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-idna-3.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-idna-3.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-idna-3.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-idna-3.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-idna-3.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-idna-3.7-1.1.x86_64 | — |
Vendor Fix
|
{
"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": "python310-idna-3.7-1.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the python310-idna-3.7-1.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2024-13874",
"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_13874-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-3651 page",
"url": "https://www.suse.com/security/cve/CVE-2024-3651/"
}
],
"title": "python310-idna-3.7-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:13874-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": "python310-idna-3.7-1.1.aarch64",
"product": {
"name": "python310-idna-3.7-1.1.aarch64",
"product_id": "python310-idna-3.7-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "python311-idna-3.7-1.1.aarch64",
"product": {
"name": "python311-idna-3.7-1.1.aarch64",
"product_id": "python311-idna-3.7-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "python312-idna-3.7-1.1.aarch64",
"product": {
"name": "python312-idna-3.7-1.1.aarch64",
"product_id": "python312-idna-3.7-1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "python310-idna-3.7-1.1.ppc64le",
"product": {
"name": "python310-idna-3.7-1.1.ppc64le",
"product_id": "python310-idna-3.7-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python311-idna-3.7-1.1.ppc64le",
"product": {
"name": "python311-idna-3.7-1.1.ppc64le",
"product_id": "python311-idna-3.7-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python312-idna-3.7-1.1.ppc64le",
"product": {
"name": "python312-idna-3.7-1.1.ppc64le",
"product_id": "python312-idna-3.7-1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "python310-idna-3.7-1.1.s390x",
"product": {
"name": "python310-idna-3.7-1.1.s390x",
"product_id": "python310-idna-3.7-1.1.s390x"
}
},
{
"category": "product_version",
"name": "python311-idna-3.7-1.1.s390x",
"product": {
"name": "python311-idna-3.7-1.1.s390x",
"product_id": "python311-idna-3.7-1.1.s390x"
}
},
{
"category": "product_version",
"name": "python312-idna-3.7-1.1.s390x",
"product": {
"name": "python312-idna-3.7-1.1.s390x",
"product_id": "python312-idna-3.7-1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "python310-idna-3.7-1.1.x86_64",
"product": {
"name": "python310-idna-3.7-1.1.x86_64",
"product_id": "python310-idna-3.7-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "python311-idna-3.7-1.1.x86_64",
"product": {
"name": "python311-idna-3.7-1.1.x86_64",
"product_id": "python311-idna-3.7-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "python312-idna-3.7-1.1.x86_64",
"product": {
"name": "python312-idna-3.7-1.1.x86_64",
"product_id": "python312-idna-3.7-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": "python310-idna-3.7-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python310-idna-3.7-1.1.aarch64"
},
"product_reference": "python310-idna-3.7-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-idna-3.7-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python310-idna-3.7-1.1.ppc64le"
},
"product_reference": "python310-idna-3.7-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-idna-3.7-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python310-idna-3.7-1.1.s390x"
},
"product_reference": "python310-idna-3.7-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-idna-3.7-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python310-idna-3.7-1.1.x86_64"
},
"product_reference": "python310-idna-3.7-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-idna-3.7-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python311-idna-3.7-1.1.aarch64"
},
"product_reference": "python311-idna-3.7-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-idna-3.7-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python311-idna-3.7-1.1.ppc64le"
},
"product_reference": "python311-idna-3.7-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-idna-3.7-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python311-idna-3.7-1.1.s390x"
},
"product_reference": "python311-idna-3.7-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-idna-3.7-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python311-idna-3.7-1.1.x86_64"
},
"product_reference": "python311-idna-3.7-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-idna-3.7-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python312-idna-3.7-1.1.aarch64"
},
"product_reference": "python312-idna-3.7-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-idna-3.7-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python312-idna-3.7-1.1.ppc64le"
},
"product_reference": "python312-idna-3.7-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-idna-3.7-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python312-idna-3.7-1.1.s390x"
},
"product_reference": "python312-idna-3.7-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-idna-3.7-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python312-idna-3.7-1.1.x86_64"
},
"product_reference": "python312-idna-3.7-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-3651",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-3651"
}
],
"notes": [
{
"category": "general",
"text": "A vulnerability was identified in the kjd/idna library, specifically within the `idna.encode()` function, affecting version 3.6. The issue arises from the function\u0027s handling of crafted input strings, which can lead to quadratic complexity and consequently, a denial of service condition. This vulnerability is triggered by a crafted input that causes the `idna.encode()` function to process the input with considerable computational load, significantly increasing the processing time in a quadratic manner relative to the input size.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python310-idna-3.7-1.1.aarch64",
"openSUSE Tumbleweed:python310-idna-3.7-1.1.ppc64le",
"openSUSE Tumbleweed:python310-idna-3.7-1.1.s390x",
"openSUSE Tumbleweed:python310-idna-3.7-1.1.x86_64",
"openSUSE Tumbleweed:python311-idna-3.7-1.1.aarch64",
"openSUSE Tumbleweed:python311-idna-3.7-1.1.ppc64le",
"openSUSE Tumbleweed:python311-idna-3.7-1.1.s390x",
"openSUSE Tumbleweed:python311-idna-3.7-1.1.x86_64",
"openSUSE Tumbleweed:python312-idna-3.7-1.1.aarch64",
"openSUSE Tumbleweed:python312-idna-3.7-1.1.ppc64le",
"openSUSE Tumbleweed:python312-idna-3.7-1.1.s390x",
"openSUSE Tumbleweed:python312-idna-3.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-3651",
"url": "https://www.suse.com/security/cve/CVE-2024-3651"
},
{
"category": "external",
"summary": "SUSE Bug 1222842 for CVE-2024-3651",
"url": "https://bugzilla.suse.com/1222842"
}
],
"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:python310-idna-3.7-1.1.aarch64",
"openSUSE Tumbleweed:python310-idna-3.7-1.1.ppc64le",
"openSUSE Tumbleweed:python310-idna-3.7-1.1.s390x",
"openSUSE Tumbleweed:python310-idna-3.7-1.1.x86_64",
"openSUSE Tumbleweed:python311-idna-3.7-1.1.aarch64",
"openSUSE Tumbleweed:python311-idna-3.7-1.1.ppc64le",
"openSUSE Tumbleweed:python311-idna-3.7-1.1.s390x",
"openSUSE Tumbleweed:python311-idna-3.7-1.1.x86_64",
"openSUSE Tumbleweed:python312-idna-3.7-1.1.aarch64",
"openSUSE Tumbleweed:python312-idna-3.7-1.1.ppc64le",
"openSUSE Tumbleweed:python312-idna-3.7-1.1.s390x",
"openSUSE Tumbleweed:python312-idna-3.7-1.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": [
"openSUSE Tumbleweed:python310-idna-3.7-1.1.aarch64",
"openSUSE Tumbleweed:python310-idna-3.7-1.1.ppc64le",
"openSUSE Tumbleweed:python310-idna-3.7-1.1.s390x",
"openSUSE Tumbleweed:python310-idna-3.7-1.1.x86_64",
"openSUSE Tumbleweed:python311-idna-3.7-1.1.aarch64",
"openSUSE Tumbleweed:python311-idna-3.7-1.1.ppc64le",
"openSUSE Tumbleweed:python311-idna-3.7-1.1.s390x",
"openSUSE Tumbleweed:python311-idna-3.7-1.1.x86_64",
"openSUSE Tumbleweed:python312-idna-3.7-1.1.aarch64",
"openSUSE Tumbleweed:python312-idna-3.7-1.1.ppc64le",
"openSUSE Tumbleweed:python312-idna-3.7-1.1.s390x",
"openSUSE Tumbleweed:python312-idna-3.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2024-3651"
}
]
}
PYSEC-2024-60
Vulnerability from pysec - Published: 2024-07-07 18:15 - Updated: 2024-07-11 17:21A vulnerability was identified in the kjd/idna library, specifically within the idna.encode() function, affecting version 3.6. The issue arises from the function's handling of crafted input strings, which can lead to quadratic complexity and consequently, a denial of service condition. This vulnerability is triggered by a crafted input that causes the idna.encode() function to process the input with considerable computational load, significantly increasing the processing time in a quadratic manner relative to the input size.
| Name | purl | idna | pkg:pypi/idna |
|---|
{
"affected": [
{
"package": {
"ecosystem": "PyPI",
"name": "idna",
"purl": "pkg:pypi/idna"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1d365e17e10d72d0b7876316fc7b9ca0eebdd38d"
}
],
"repo": "https://github.com/kjd/idna",
"type": "GIT"
},
{
"events": [
{
"introduced": "0.1"
},
{
"fixed": "3.7"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"0.1",
"0.2",
"0.3",
"0.4",
"0.5",
"0.6",
"0.7",
"0.8",
"0.9",
"1.0",
"1.1",
"2.0",
"2.1",
"2.10",
"2.2",
"2.3",
"2.4",
"2.5",
"2.6",
"2.7",
"2.8",
"2.9",
"3.0",
"3.1",
"3.2",
"3.3",
"3.4",
"3.5",
"3.6"
]
}
],
"aliases": [
"CVE-2024-3651"
],
"details": "A vulnerability was identified in the kjd/idna library, specifically within the `idna.encode()` function, affecting version 3.6. The issue arises from the function\u0027s handling of crafted input strings, which can lead to quadratic complexity and consequently, a denial of service condition. This vulnerability is triggered by a crafted input that causes the `idna.encode()` function to process the input with considerable computational load, significantly increasing the processing time in a quadratic manner relative to the input size.",
"id": "PYSEC-2024-60",
"modified": "2024-07-11T17:21:37.216928+00:00",
"published": "2024-07-07T18:15:00+00:00",
"references": [
{
"type": "EVIDENCE",
"url": "https://huntr.com/bounties/93d78d07-d791-4b39-a845-cbfabc44aadb"
},
{
"type": "FIX",
"url": "https://huntr.com/bounties/93d78d07-d791-4b39-a845-cbfabc44aadb"
},
{
"type": "FIX",
"url": "https://github.com/kjd/idna/commit/1d365e17e10d72d0b7876316fc7b9ca0eebdd38d"
}
],
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"type": "CVSS_V3"
}
]
}
RHSA-2024:3466
Vulnerability from csaf_redhat - Published: 2024-05-29 13:31 - Updated: 2026-04-30 13:19A flaw was found in the tempfile.TemporaryDirectory class in python3/cpython3. The class may dereference symbolic links during permission-related errors, resulting in users that run privileged programs being able to modify permissions of files referenced by the symbolic link.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.src::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python-idna-0:2.10-4.module+el8.10.0+21815+bb024982.src::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.src::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-idna-0:2.10-4.module+el8.10.0+21815+bb024982.noarch::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.s390x::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-rpm-macros-0:3.9.19-1.module+el8.10.0+21815+bb024982.noarch::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-setuptools-wheel-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3x-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.src::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64::python39-devel:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le::python39-devel:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x::python39-devel:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64::python39-devel:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the Python/CPython 'zipfile' that can allow a zip-bomb type of attack. An attacker may craft a zip file format, leading to a Denial of Service when processed.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.src::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python-idna-0:2.10-4.module+el8.10.0+21815+bb024982.src::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.src::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-idna-0:2.10-4.module+el8.10.0+21815+bb024982.noarch::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.s390x::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-rpm-macros-0:3.9.19-1.module+el8.10.0+21815+bb024982.noarch::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-setuptools-wheel-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3x-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.src::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64::python39-devel:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le::python39-devel:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x::python39-devel:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64::python39-devel:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the python-idna library. A malicious argument was sent to the idna.encode() function can trigger an uncontrolled resource consumption, resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.src::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python-idna-0:2.10-4.module+el8.10.0+21815+bb024982.src::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.src::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-idna-0:2.10-4.module+el8.10.0+21815+bb024982.noarch::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.s390x::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-rpm-macros-0:3.9.19-1.module+el8.10.0+21815+bb024982.noarch::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-setuptools-wheel-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3x-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.src::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64::python39-devel:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le::python39-devel:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x::python39-devel:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64::python39-devel:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for the python39:3.9 and python39-devel:3.9 modules is now available for Red Hat Enterprise Linux 8.\n\nRed Hat Product Security has rated this update as having a security impact of\nImportant. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Python is an interpreted, interactive, object-oriented programming language, which includes modules, classes, exceptions, very high level dynamic data types and dynamic typing. Python supports interfaces to many system calls and libraries, as well as to various windowing systems.\n\nSecurity Fix(es):\n\n* python39:3.9/python39: python: Path traversal on tempfile.TemporaryDirectory (CVE-2023-6597)\n\n* python39:3.9/python39: python: The zipfile module is vulnerable to zip-bombs leading to denial of service (CVE-2024-0450)\n\n* python39:3.9/python-idna: potential DoS via resource consumption via specially crafted inputs to idna.encode() (CVE-2024-3651)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2024:3466",
"url": "https://access.redhat.com/errata/RHSA-2024:3466"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2274779",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2274779"
},
{
"category": "external",
"summary": "2276518",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2276518"
},
{
"category": "external",
"summary": "2276525",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2276525"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_3466.json"
}
],
"title": "Red Hat Security Advisory: python39:3.9 and python39-devel:3.9 security update",
"tracking": {
"current_release_date": "2026-04-30T13:19:38+00:00",
"generator": {
"date": "2026-04-30T13:19:38+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.7"
}
},
"id": "RHSA-2024:3466",
"initial_release_date": "2024-05-29T13:31:39+00:00",
"revision_history": [
{
"date": "2024-05-29T13:31:39+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-05-29T13:31:39+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-04-30T13:19: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.10.0.Z.MAIN.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:8::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux CRB (v. 8)",
"product": {
"name": "Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:8::crb"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"product": {
"name": "PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src (python39:3.9)",
"product_id": "PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PyYAML@5.4.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"product": {
"name": "mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.src (python39:3.9)",
"product_id": "mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_wsgi@4.7.1-7.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"product": {
"name": "numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src (python39:3.9)",
"product_id": "numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/numpy@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"product": {
"name": "python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src (python39:3.9)",
"product_id": "python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-PyMySQL@0.10.1-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"product": {
"name": "python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src (python39:3.9)",
"product_id": "python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-cffi@1.14.3-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"product": {
"name": "python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src (python39:3.9)",
"product_id": "python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-chardet@3.0.4-19.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src::python39:3.9",
"product": {
"name": "python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src (python39:3.9)",
"product_id": "python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-cryptography@3.3.1-3.module%2Bel8.10.0%2B21271%2Beccd1d86?arch=src\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python-idna-0:2.10-4.module+el8.10.0+21815+bb024982.src::python39:3.9",
"product": {
"name": "python-idna-0:2.10-4.module+el8.10.0+21815+bb024982.src (python39:3.9)",
"product_id": "python-idna-0:2.10-4.module+el8.10.0+21815+bb024982.src::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-idna@2.10-4.module%2Bel8.10.0%2B21815%2Bbb024982?arch=src\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"product": {
"name": "python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src (python39:3.9)",
"product_id": "python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-lxml@4.6.5-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"product": {
"name": "python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src (python39:3.9)",
"product_id": "python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-ply@3.11-10.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"product": {
"name": "python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src (python39:3.9)",
"product_id": "python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-psutil@5.8.0-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src::python39:3.9",
"product": {
"name": "python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src (python39:3.9)",
"product_id": "python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-psycopg2@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=src\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"product": {
"name": "python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src (python39:3.9)",
"product_id": "python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pycparser@2.20-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"product": {
"name": "python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src (python39:3.9)",
"product_id": "python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pysocks@1.7.1-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"product": {
"name": "python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src (python39:3.9)",
"product_id": "python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-requests@2.25.0-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"product": {
"name": "python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src (python39:3.9)",
"product_id": "python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-toml@0.10.1-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src::python39:3.9",
"product": {
"name": "python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src (python39:3.9)",
"product_id": "python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-urllib3@1.25.10-5.module%2Bel8.10.0%2B20443%2Bf0a692fe?arch=src\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"product": {
"name": "python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src (python39:3.9)",
"product_id": "python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-wheel@0.35.1-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src\u0026epoch=1\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.src::python39:3.9",
"product": {
"name": "python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.src (python39:3.9)",
"product_id": "python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.src::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39@3.9.19-1.module%2Bel8.10.0%2B21815%2Bbb024982?arch=src\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src::python39:3.9",
"product": {
"name": "python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src (python39:3.9)",
"product_id": "python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3x-pip@20.2.4-9.module%2Bel8.10.0%2B21329%2B8d76b841?arch=src\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python3x-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.src::python39:3.9",
"product": {
"name": "python3x-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.src (python39:3.9)",
"product_id": "python3x-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.src::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3x-setuptools@50.3.2-5.module%2Bel8.10.0%2B20345%2B671a55aa?arch=src\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"product": {
"name": "python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src (python39:3.9)",
"product_id": "python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3x-six@1.15.0-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"product": {
"name": "scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src (python39:3.9)",
"product_id": "scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/scipy@1.5.4-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"product": {
"name": "Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src (python39-devel:3.9)",
"product_id": "Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/Cython@0.29.21-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src\u0026rpmmod=python39-devel:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"product": {
"name": "pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src (python39-devel:3.9)",
"product_id": "pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pybind11@2.7.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src\u0026rpmmod=python39-devel:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"product": {
"name": "pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src (python39-devel:3.9)",
"product_id": "pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pytest@6.0.2-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src\u0026rpmmod=python39-devel:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"product": {
"name": "python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src (python39-devel:3.9)",
"product_id": "python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-attrs@20.3.0-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src\u0026rpmmod=python39-devel:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"product": {
"name": "python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src (python39-devel:3.9)",
"product_id": "python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-iniconfig@1.1.1-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src\u0026rpmmod=python39-devel:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"product": {
"name": "python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src (python39-devel:3.9)",
"product_id": "python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-more-itertools@8.5.0-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src\u0026rpmmod=python39-devel:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"product": {
"name": "python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src (python39-devel:3.9)",
"product_id": "python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-packaging@20.4-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src\u0026rpmmod=python39-devel:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"product": {
"name": "python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src (python39-devel:3.9)",
"product_id": "python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pluggy@0.13.1-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src\u0026rpmmod=python39-devel:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"product": {
"name": "python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src (python39-devel:3.9)",
"product_id": "python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-py@1.10.0-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src\u0026rpmmod=python39-devel:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"product": {
"name": "python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src (python39-devel:3.9)",
"product_id": "python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-wcwidth@0.2.5-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src\u0026rpmmod=python39-devel:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"product": {
"name": "python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src (python39-devel:3.9)",
"product_id": "python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3x-pyparsing@2.4.7-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src\u0026rpmmod=python39-devel:3.9:8100020240516111311:d47b87a4"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"product": {
"name": "python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch (python39:3.9)",
"product_id": "python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-PyMySQL@0.10.1-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"product": {
"name": "python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch (python39:3.9)",
"product_id": "python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-chardet@3.0.4-19.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-idna-0:2.10-4.module+el8.10.0+21815+bb024982.noarch::python39:3.9",
"product": {
"name": "python39-idna-0:2.10-4.module+el8.10.0+21815+bb024982.noarch (python39:3.9)",
"product_id": "python39-idna-0:2.10-4.module+el8.10.0+21815+bb024982.noarch::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-idna@2.10-4.module%2Bel8.10.0%2B21815%2Bbb024982?arch=noarch\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"product": {
"name": "python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch (python39:3.9)",
"product_id": "python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-numpy-doc@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch::python39:3.9",
"product": {
"name": "python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch (python39:3.9)",
"product_id": "python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-pip@20.2.4-9.module%2Bel8.10.0%2B21329%2B8d76b841?arch=noarch\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch::python39:3.9",
"product": {
"name": "python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch (python39:3.9)",
"product_id": "python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-pip-wheel@20.2.4-9.module%2Bel8.10.0%2B21329%2B8d76b841?arch=noarch\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"product": {
"name": "python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch (python39:3.9)",
"product_id": "python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-ply@3.11-10.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"product": {
"name": "python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch (python39:3.9)",
"product_id": "python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-pycparser@2.20-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"product": {
"name": "python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch (python39:3.9)",
"product_id": "python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-pysocks@1.7.1-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"product": {
"name": "python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch (python39:3.9)",
"product_id": "python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-requests@2.25.0-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-rpm-macros-0:3.9.19-1.module+el8.10.0+21815+bb024982.noarch::python39:3.9",
"product": {
"name": "python39-rpm-macros-0:3.9.19-1.module+el8.10.0+21815+bb024982.noarch (python39:3.9)",
"product_id": "python39-rpm-macros-0:3.9.19-1.module+el8.10.0+21815+bb024982.noarch::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-rpm-macros@3.9.19-1.module%2Bel8.10.0%2B21815%2Bbb024982?arch=noarch\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch::python39:3.9",
"product": {
"name": "python39-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch (python39:3.9)",
"product_id": "python39-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-setuptools@50.3.2-5.module%2Bel8.10.0%2B20345%2B671a55aa?arch=noarch\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-setuptools-wheel-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch::python39:3.9",
"product": {
"name": "python39-setuptools-wheel-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch (python39:3.9)",
"product_id": "python39-setuptools-wheel-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-setuptools-wheel@50.3.2-5.module%2Bel8.10.0%2B20345%2B671a55aa?arch=noarch\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"product": {
"name": "python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch (python39:3.9)",
"product_id": "python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-six@1.15.0-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"product": {
"name": "python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch (python39:3.9)",
"product_id": "python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-toml@0.10.1-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch::python39:3.9",
"product": {
"name": "python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch (python39:3.9)",
"product_id": "python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-urllib3@1.25.10-5.module%2Bel8.10.0%2B20443%2Bf0a692fe?arch=noarch\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"product": {
"name": "python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch (python39:3.9)",
"product_id": "python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-wheel@0.35.1-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch\u0026epoch=1\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"product": {
"name": "python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch (python39:3.9)",
"product_id": "python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-wheel-wheel@0.35.1-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch\u0026epoch=1\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"product": {
"name": "python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch (python39-devel:3.9)",
"product_id": "python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-attrs@20.3.0-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch\u0026rpmmod=python39-devel:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"product": {
"name": "python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch (python39-devel:3.9)",
"product_id": "python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-iniconfig@1.1.1-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch\u0026rpmmod=python39-devel:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"product": {
"name": "python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch (python39-devel:3.9)",
"product_id": "python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-more-itertools@8.5.0-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch\u0026rpmmod=python39-devel:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"product": {
"name": "python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch (python39-devel:3.9)",
"product_id": "python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-packaging@20.4-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch\u0026rpmmod=python39-devel:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"product": {
"name": "python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch (python39-devel:3.9)",
"product_id": "python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-pluggy@0.13.1-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch\u0026rpmmod=python39-devel:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"product": {
"name": "python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch (python39-devel:3.9)",
"product_id": "python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-py@1.10.0-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch\u0026rpmmod=python39-devel:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"product": {
"name": "python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch (python39-devel:3.9)",
"product_id": "python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-pyparsing@2.4.7-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch\u0026rpmmod=python39-devel:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"product": {
"name": "python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch (python39-devel:3.9)",
"product_id": "python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-pytest@6.0.2-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch\u0026rpmmod=python39-devel:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"product": {
"name": "python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch (python39-devel:3.9)",
"product_id": "python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-wcwidth@0.2.5-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch\u0026rpmmod=python39-devel:3.9:8100020240516111311:d47b87a4"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"product": {
"name": "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64 (python39:3.9)",
"product_id": "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PyYAML-debugsource@5.4.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"product": {
"name": "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64 (python39:3.9)",
"product_id": "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/numpy-debugsource@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"product": {
"name": "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64 (python39:3.9)",
"product_id": "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-cffi-debugsource@1.14.3-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64::python39:3.9",
"product": {
"name": "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64 (python39:3.9)",
"product_id": "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-cryptography-debugsource@3.3.1-3.module%2Bel8.10.0%2B21271%2Beccd1d86?arch=aarch64\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"product": {
"name": "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64 (python39:3.9)",
"product_id": "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-lxml-debugsource@4.6.5-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"product": {
"name": "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64 (python39:3.9)",
"product_id": "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-psutil-debugsource@5.8.0-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9",
"product": {
"name": "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64 (python39:3.9)",
"product_id": "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-psycopg2-debugsource@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=aarch64\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64::python39:3.9",
"product": {
"name": "python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64 (python39:3.9)",
"product_id": "python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39@3.9.19-1.module%2Bel8.10.0%2B21815%2Bbb024982?arch=aarch64\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"product": {
"name": "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64 (python39:3.9)",
"product_id": "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-cffi@1.14.3-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"product": {
"name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64 (python39:3.9)",
"product_id": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-cffi-debuginfo@1.14.3-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64::python39:3.9",
"product": {
"name": "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64 (python39:3.9)",
"product_id": "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-cryptography@3.3.1-3.module%2Bel8.10.0%2B21271%2Beccd1d86?arch=aarch64\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64::python39:3.9",
"product": {
"name": "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64 (python39:3.9)",
"product_id": "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-cryptography-debuginfo@3.3.1-3.module%2Bel8.10.0%2B21271%2Beccd1d86?arch=aarch64\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64::python39:3.9",
"product": {
"name": "python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64 (python39:3.9)",
"product_id": "python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-debuginfo@3.9.19-1.module%2Bel8.10.0%2B21815%2Bbb024982?arch=aarch64\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64::python39:3.9",
"product": {
"name": "python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64 (python39:3.9)",
"product_id": "python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-debugsource@3.9.19-1.module%2Bel8.10.0%2B21815%2Bbb024982?arch=aarch64\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64::python39:3.9",
"product": {
"name": "python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64 (python39:3.9)",
"product_id": "python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-devel@3.9.19-1.module%2Bel8.10.0%2B21815%2Bbb024982?arch=aarch64\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64::python39:3.9",
"product": {
"name": "python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64 (python39:3.9)",
"product_id": "python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-idle@3.9.19-1.module%2Bel8.10.0%2B21815%2Bbb024982?arch=aarch64\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64::python39:3.9",
"product": {
"name": "python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64 (python39:3.9)",
"product_id": "python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-libs@3.9.19-1.module%2Bel8.10.0%2B21815%2Bbb024982?arch=aarch64\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"product": {
"name": "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64 (python39:3.9)",
"product_id": "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-lxml@4.6.5-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"product": {
"name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64 (python39:3.9)",
"product_id": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-lxml-debuginfo@4.6.5-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"product": {
"name": "python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.aarch64 (python39:3.9)",
"product_id": "python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-mod_wsgi@4.7.1-7.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"product": {
"name": "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64 (python39:3.9)",
"product_id": "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-numpy@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"product": {
"name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64 (python39:3.9)",
"product_id": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-numpy-debuginfo@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"product": {
"name": "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64 (python39:3.9)",
"product_id": "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-numpy-f2py@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"product": {
"name": "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64 (python39:3.9)",
"product_id": "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-psutil@5.8.0-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"product": {
"name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64 (python39:3.9)",
"product_id": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-psutil-debuginfo@5.8.0-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9",
"product": {
"name": "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64 (python39:3.9)",
"product_id": "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-psycopg2@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=aarch64\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9",
"product": {
"name": "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64 (python39:3.9)",
"product_id": "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-psycopg2-debuginfo@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=aarch64\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9",
"product": {
"name": "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64 (python39:3.9)",
"product_id": "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-psycopg2-doc@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=aarch64\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9",
"product": {
"name": "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64 (python39:3.9)",
"product_id": "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-psycopg2-tests@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=aarch64\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"product": {
"name": "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64 (python39:3.9)",
"product_id": "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-pyyaml@5.4.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"product": {
"name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64 (python39:3.9)",
"product_id": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-pyyaml-debuginfo@5.4.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"product": {
"name": "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64 (python39:3.9)",
"product_id": "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-scipy@1.5.4-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"product": {
"name": "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64 (python39:3.9)",
"product_id": "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-scipy-debuginfo@1.5.4-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64::python39:3.9",
"product": {
"name": "python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64 (python39:3.9)",
"product_id": "python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-test@3.9.19-1.module%2Bel8.10.0%2B21815%2Bbb024982?arch=aarch64\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64::python39:3.9",
"product": {
"name": "python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64 (python39:3.9)",
"product_id": "python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-tkinter@3.9.19-1.module%2Bel8.10.0%2B21815%2Bbb024982?arch=aarch64\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"product": {
"name": "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64 (python39:3.9)",
"product_id": "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/scipy-debugsource@1.5.4-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9",
"product": {
"name": "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64 (python39-devel:3.9)",
"product_id": "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/Cython-debugsource@0.29.21-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64\u0026rpmmod=python39-devel:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9",
"product": {
"name": "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64 (python39-devel:3.9)",
"product_id": "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-Cython@0.29.21-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64\u0026rpmmod=python39-devel:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9",
"product": {
"name": "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64 (python39-devel:3.9)",
"product_id": "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-Cython-debuginfo@0.29.21-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64\u0026rpmmod=python39-devel:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64::python39-devel:3.9",
"product": {
"name": "python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64 (python39-devel:3.9)",
"product_id": "python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64::python39-devel:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-debug@3.9.19-1.module%2Bel8.10.0%2B21815%2Bbb024982?arch=aarch64\u0026rpmmod=python39-devel:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9",
"product": {
"name": "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64 (python39-devel:3.9)",
"product_id": "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-pybind11@2.7.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64\u0026rpmmod=python39-devel:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9",
"product": {
"name": "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64 (python39-devel:3.9)",
"product_id": "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-pybind11-devel@2.7.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64\u0026rpmmod=python39-devel:3.9:8100020240516111311:d47b87a4"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"product": {
"name": "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le (python39:3.9)",
"product_id": "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PyYAML-debugsource@5.4.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"product": {
"name": "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le (python39:3.9)",
"product_id": "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/numpy-debugsource@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"product": {
"name": "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le (python39:3.9)",
"product_id": "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-cffi-debugsource@1.14.3-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le::python39:3.9",
"product": {
"name": "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le (python39:3.9)",
"product_id": "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-cryptography-debugsource@3.3.1-3.module%2Bel8.10.0%2B21271%2Beccd1d86?arch=ppc64le\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"product": {
"name": "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le (python39:3.9)",
"product_id": "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-lxml-debugsource@4.6.5-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"product": {
"name": "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le (python39:3.9)",
"product_id": "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-psutil-debugsource@5.8.0-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9",
"product": {
"name": "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le (python39:3.9)",
"product_id": "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-psycopg2-debugsource@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=ppc64le\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le::python39:3.9",
"product": {
"name": "python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le (python39:3.9)",
"product_id": "python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39@3.9.19-1.module%2Bel8.10.0%2B21815%2Bbb024982?arch=ppc64le\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"product": {
"name": "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le (python39:3.9)",
"product_id": "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-cffi@1.14.3-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"product": {
"name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le (python39:3.9)",
"product_id": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-cffi-debuginfo@1.14.3-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le::python39:3.9",
"product": {
"name": "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le (python39:3.9)",
"product_id": "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-cryptography@3.3.1-3.module%2Bel8.10.0%2B21271%2Beccd1d86?arch=ppc64le\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le::python39:3.9",
"product": {
"name": "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le (python39:3.9)",
"product_id": "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-cryptography-debuginfo@3.3.1-3.module%2Bel8.10.0%2B21271%2Beccd1d86?arch=ppc64le\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le::python39:3.9",
"product": {
"name": "python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le (python39:3.9)",
"product_id": "python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-debuginfo@3.9.19-1.module%2Bel8.10.0%2B21815%2Bbb024982?arch=ppc64le\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le::python39:3.9",
"product": {
"name": "python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le (python39:3.9)",
"product_id": "python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-debugsource@3.9.19-1.module%2Bel8.10.0%2B21815%2Bbb024982?arch=ppc64le\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le::python39:3.9",
"product": {
"name": "python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le (python39:3.9)",
"product_id": "python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-devel@3.9.19-1.module%2Bel8.10.0%2B21815%2Bbb024982?arch=ppc64le\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le::python39:3.9",
"product": {
"name": "python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le (python39:3.9)",
"product_id": "python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-idle@3.9.19-1.module%2Bel8.10.0%2B21815%2Bbb024982?arch=ppc64le\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le::python39:3.9",
"product": {
"name": "python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le (python39:3.9)",
"product_id": "python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-libs@3.9.19-1.module%2Bel8.10.0%2B21815%2Bbb024982?arch=ppc64le\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"product": {
"name": "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le (python39:3.9)",
"product_id": "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-lxml@4.6.5-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"product": {
"name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le (python39:3.9)",
"product_id": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-lxml-debuginfo@4.6.5-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"product": {
"name": "python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.ppc64le (python39:3.9)",
"product_id": "python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-mod_wsgi@4.7.1-7.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"product": {
"name": "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le (python39:3.9)",
"product_id": "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-numpy@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"product": {
"name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le (python39:3.9)",
"product_id": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-numpy-debuginfo@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"product": {
"name": "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le (python39:3.9)",
"product_id": "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-numpy-f2py@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"product": {
"name": "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le (python39:3.9)",
"product_id": "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-psutil@5.8.0-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"product": {
"name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le (python39:3.9)",
"product_id": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-psutil-debuginfo@5.8.0-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9",
"product": {
"name": "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le (python39:3.9)",
"product_id": "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-psycopg2@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=ppc64le\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9",
"product": {
"name": "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le (python39:3.9)",
"product_id": "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-psycopg2-debuginfo@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=ppc64le\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9",
"product": {
"name": "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le (python39:3.9)",
"product_id": "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-psycopg2-doc@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=ppc64le\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9",
"product": {
"name": "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le (python39:3.9)",
"product_id": "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-psycopg2-tests@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=ppc64le\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"product": {
"name": "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le (python39:3.9)",
"product_id": "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-pyyaml@5.4.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"product": {
"name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le (python39:3.9)",
"product_id": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-pyyaml-debuginfo@5.4.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"product": {
"name": "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le (python39:3.9)",
"product_id": "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-scipy@1.5.4-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"product": {
"name": "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le (python39:3.9)",
"product_id": "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-scipy-debuginfo@1.5.4-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le::python39:3.9",
"product": {
"name": "python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le (python39:3.9)",
"product_id": "python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-test@3.9.19-1.module%2Bel8.10.0%2B21815%2Bbb024982?arch=ppc64le\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le::python39:3.9",
"product": {
"name": "python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le (python39:3.9)",
"product_id": "python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-tkinter@3.9.19-1.module%2Bel8.10.0%2B21815%2Bbb024982?arch=ppc64le\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"product": {
"name": "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le (python39:3.9)",
"product_id": "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/scipy-debugsource@1.5.4-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9",
"product": {
"name": "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le (python39-devel:3.9)",
"product_id": "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/Cython-debugsource@0.29.21-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le\u0026rpmmod=python39-devel:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9",
"product": {
"name": "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le (python39-devel:3.9)",
"product_id": "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-Cython@0.29.21-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le\u0026rpmmod=python39-devel:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9",
"product": {
"name": "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le (python39-devel:3.9)",
"product_id": "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-Cython-debuginfo@0.29.21-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le\u0026rpmmod=python39-devel:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le::python39-devel:3.9",
"product": {
"name": "python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le (python39-devel:3.9)",
"product_id": "python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le::python39-devel:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-debug@3.9.19-1.module%2Bel8.10.0%2B21815%2Bbb024982?arch=ppc64le\u0026rpmmod=python39-devel:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9",
"product": {
"name": "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le (python39-devel:3.9)",
"product_id": "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-pybind11@2.7.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le\u0026rpmmod=python39-devel:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9",
"product": {
"name": "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le (python39-devel:3.9)",
"product_id": "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-pybind11-devel@2.7.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le\u0026rpmmod=python39-devel:3.9:8100020240516111311:d47b87a4"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"product": {
"name": "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x (python39:3.9)",
"product_id": "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PyYAML-debugsource@5.4.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"product": {
"name": "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x (python39:3.9)",
"product_id": "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/numpy-debugsource@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"product": {
"name": "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x (python39:3.9)",
"product_id": "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-cffi-debugsource@1.14.3-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x::python39:3.9",
"product": {
"name": "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x (python39:3.9)",
"product_id": "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-cryptography-debugsource@3.3.1-3.module%2Bel8.10.0%2B21271%2Beccd1d86?arch=s390x\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"product": {
"name": "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x (python39:3.9)",
"product_id": "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-lxml-debugsource@4.6.5-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"product": {
"name": "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x (python39:3.9)",
"product_id": "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-psutil-debugsource@5.8.0-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9",
"product": {
"name": "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x (python39:3.9)",
"product_id": "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-psycopg2-debugsource@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=s390x\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x::python39:3.9",
"product": {
"name": "python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x (python39:3.9)",
"product_id": "python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39@3.9.19-1.module%2Bel8.10.0%2B21815%2Bbb024982?arch=s390x\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"product": {
"name": "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x (python39:3.9)",
"product_id": "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-cffi@1.14.3-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"product": {
"name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x (python39:3.9)",
"product_id": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-cffi-debuginfo@1.14.3-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x::python39:3.9",
"product": {
"name": "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x (python39:3.9)",
"product_id": "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-cryptography@3.3.1-3.module%2Bel8.10.0%2B21271%2Beccd1d86?arch=s390x\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x::python39:3.9",
"product": {
"name": "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x (python39:3.9)",
"product_id": "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-cryptography-debuginfo@3.3.1-3.module%2Bel8.10.0%2B21271%2Beccd1d86?arch=s390x\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x::python39:3.9",
"product": {
"name": "python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x (python39:3.9)",
"product_id": "python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-debuginfo@3.9.19-1.module%2Bel8.10.0%2B21815%2Bbb024982?arch=s390x\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x::python39:3.9",
"product": {
"name": "python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x (python39:3.9)",
"product_id": "python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-debugsource@3.9.19-1.module%2Bel8.10.0%2B21815%2Bbb024982?arch=s390x\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x::python39:3.9",
"product": {
"name": "python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x (python39:3.9)",
"product_id": "python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-devel@3.9.19-1.module%2Bel8.10.0%2B21815%2Bbb024982?arch=s390x\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x::python39:3.9",
"product": {
"name": "python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x (python39:3.9)",
"product_id": "python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-idle@3.9.19-1.module%2Bel8.10.0%2B21815%2Bbb024982?arch=s390x\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x::python39:3.9",
"product": {
"name": "python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x (python39:3.9)",
"product_id": "python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-libs@3.9.19-1.module%2Bel8.10.0%2B21815%2Bbb024982?arch=s390x\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"product": {
"name": "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x (python39:3.9)",
"product_id": "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-lxml@4.6.5-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"product": {
"name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x (python39:3.9)",
"product_id": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-lxml-debuginfo@4.6.5-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"product": {
"name": "python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.s390x (python39:3.9)",
"product_id": "python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-mod_wsgi@4.7.1-7.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"product": {
"name": "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x (python39:3.9)",
"product_id": "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-numpy@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"product": {
"name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x (python39:3.9)",
"product_id": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-numpy-debuginfo@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"product": {
"name": "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x (python39:3.9)",
"product_id": "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-numpy-f2py@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"product": {
"name": "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x (python39:3.9)",
"product_id": "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-psutil@5.8.0-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"product": {
"name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x (python39:3.9)",
"product_id": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-psutil-debuginfo@5.8.0-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9",
"product": {
"name": "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x (python39:3.9)",
"product_id": "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-psycopg2@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=s390x\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9",
"product": {
"name": "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x (python39:3.9)",
"product_id": "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-psycopg2-debuginfo@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=s390x\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9",
"product": {
"name": "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x (python39:3.9)",
"product_id": "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-psycopg2-doc@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=s390x\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9",
"product": {
"name": "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x (python39:3.9)",
"product_id": "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-psycopg2-tests@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=s390x\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"product": {
"name": "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x (python39:3.9)",
"product_id": "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-pyyaml@5.4.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"product": {
"name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x (python39:3.9)",
"product_id": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-pyyaml-debuginfo@5.4.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"product": {
"name": "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x (python39:3.9)",
"product_id": "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-scipy@1.5.4-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"product": {
"name": "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x (python39:3.9)",
"product_id": "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-scipy-debuginfo@1.5.4-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x::python39:3.9",
"product": {
"name": "python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x (python39:3.9)",
"product_id": "python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-test@3.9.19-1.module%2Bel8.10.0%2B21815%2Bbb024982?arch=s390x\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x::python39:3.9",
"product": {
"name": "python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x (python39:3.9)",
"product_id": "python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-tkinter@3.9.19-1.module%2Bel8.10.0%2B21815%2Bbb024982?arch=s390x\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"product": {
"name": "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x (python39:3.9)",
"product_id": "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/scipy-debugsource@1.5.4-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9",
"product": {
"name": "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x (python39-devel:3.9)",
"product_id": "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/Cython-debugsource@0.29.21-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x\u0026rpmmod=python39-devel:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9",
"product": {
"name": "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x (python39-devel:3.9)",
"product_id": "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-Cython@0.29.21-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x\u0026rpmmod=python39-devel:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9",
"product": {
"name": "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x (python39-devel:3.9)",
"product_id": "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-Cython-debuginfo@0.29.21-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x\u0026rpmmod=python39-devel:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x::python39-devel:3.9",
"product": {
"name": "python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x (python39-devel:3.9)",
"product_id": "python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x::python39-devel:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-debug@3.9.19-1.module%2Bel8.10.0%2B21815%2Bbb024982?arch=s390x\u0026rpmmod=python39-devel:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9",
"product": {
"name": "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x (python39-devel:3.9)",
"product_id": "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-pybind11@2.7.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x\u0026rpmmod=python39-devel:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9",
"product": {
"name": "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x (python39-devel:3.9)",
"product_id": "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-pybind11-devel@2.7.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x\u0026rpmmod=python39-devel:3.9:8100020240516111311:d47b87a4"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"product": {
"name": "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64 (python39:3.9)",
"product_id": "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PyYAML-debugsource@5.4.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"product": {
"name": "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64 (python39:3.9)",
"product_id": "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/numpy-debugsource@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"product": {
"name": "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64 (python39:3.9)",
"product_id": "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-cffi-debugsource@1.14.3-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64::python39:3.9",
"product": {
"name": "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64 (python39:3.9)",
"product_id": "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-cryptography-debugsource@3.3.1-3.module%2Bel8.10.0%2B21271%2Beccd1d86?arch=x86_64\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"product": {
"name": "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64 (python39:3.9)",
"product_id": "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-lxml-debugsource@4.6.5-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"product": {
"name": "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64 (python39:3.9)",
"product_id": "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-psutil-debugsource@5.8.0-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9",
"product": {
"name": "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64 (python39:3.9)",
"product_id": "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-psycopg2-debugsource@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=x86_64\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64::python39:3.9",
"product": {
"name": "python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64 (python39:3.9)",
"product_id": "python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39@3.9.19-1.module%2Bel8.10.0%2B21815%2Bbb024982?arch=x86_64\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"product": {
"name": "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64 (python39:3.9)",
"product_id": "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-cffi@1.14.3-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"product": {
"name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64 (python39:3.9)",
"product_id": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-cffi-debuginfo@1.14.3-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64::python39:3.9",
"product": {
"name": "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64 (python39:3.9)",
"product_id": "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-cryptography@3.3.1-3.module%2Bel8.10.0%2B21271%2Beccd1d86?arch=x86_64\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64::python39:3.9",
"product": {
"name": "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64 (python39:3.9)",
"product_id": "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-cryptography-debuginfo@3.3.1-3.module%2Bel8.10.0%2B21271%2Beccd1d86?arch=x86_64\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64::python39:3.9",
"product": {
"name": "python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64 (python39:3.9)",
"product_id": "python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-debuginfo@3.9.19-1.module%2Bel8.10.0%2B21815%2Bbb024982?arch=x86_64\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64::python39:3.9",
"product": {
"name": "python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64 (python39:3.9)",
"product_id": "python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-debugsource@3.9.19-1.module%2Bel8.10.0%2B21815%2Bbb024982?arch=x86_64\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64::python39:3.9",
"product": {
"name": "python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64 (python39:3.9)",
"product_id": "python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-devel@3.9.19-1.module%2Bel8.10.0%2B21815%2Bbb024982?arch=x86_64\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64::python39:3.9",
"product": {
"name": "python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64 (python39:3.9)",
"product_id": "python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-idle@3.9.19-1.module%2Bel8.10.0%2B21815%2Bbb024982?arch=x86_64\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64::python39:3.9",
"product": {
"name": "python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64 (python39:3.9)",
"product_id": "python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-libs@3.9.19-1.module%2Bel8.10.0%2B21815%2Bbb024982?arch=x86_64\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"product": {
"name": "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64 (python39:3.9)",
"product_id": "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-lxml@4.6.5-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"product": {
"name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64 (python39:3.9)",
"product_id": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-lxml-debuginfo@4.6.5-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"product": {
"name": "python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.x86_64 (python39:3.9)",
"product_id": "python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-mod_wsgi@4.7.1-7.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"product": {
"name": "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64 (python39:3.9)",
"product_id": "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-numpy@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"product": {
"name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64 (python39:3.9)",
"product_id": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-numpy-debuginfo@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"product": {
"name": "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64 (python39:3.9)",
"product_id": "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-numpy-f2py@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"product": {
"name": "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64 (python39:3.9)",
"product_id": "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-psutil@5.8.0-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"product": {
"name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64 (python39:3.9)",
"product_id": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-psutil-debuginfo@5.8.0-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9",
"product": {
"name": "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64 (python39:3.9)",
"product_id": "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-psycopg2@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=x86_64\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9",
"product": {
"name": "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64 (python39:3.9)",
"product_id": "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-psycopg2-debuginfo@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=x86_64\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9",
"product": {
"name": "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64 (python39:3.9)",
"product_id": "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-psycopg2-doc@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=x86_64\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9",
"product": {
"name": "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64 (python39:3.9)",
"product_id": "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-psycopg2-tests@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=x86_64\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"product": {
"name": "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64 (python39:3.9)",
"product_id": "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-pyyaml@5.4.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"product": {
"name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64 (python39:3.9)",
"product_id": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-pyyaml-debuginfo@5.4.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"product": {
"name": "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64 (python39:3.9)",
"product_id": "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-scipy@1.5.4-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"product": {
"name": "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64 (python39:3.9)",
"product_id": "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-scipy-debuginfo@1.5.4-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64::python39:3.9",
"product": {
"name": "python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64 (python39:3.9)",
"product_id": "python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-test@3.9.19-1.module%2Bel8.10.0%2B21815%2Bbb024982?arch=x86_64\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64::python39:3.9",
"product": {
"name": "python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64 (python39:3.9)",
"product_id": "python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-tkinter@3.9.19-1.module%2Bel8.10.0%2B21815%2Bbb024982?arch=x86_64\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"product": {
"name": "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64 (python39:3.9)",
"product_id": "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/scipy-debugsource@1.5.4-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64\u0026rpmmod=python39:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9",
"product": {
"name": "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64 (python39-devel:3.9)",
"product_id": "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/Cython-debugsource@0.29.21-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64\u0026rpmmod=python39-devel:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9",
"product": {
"name": "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64 (python39-devel:3.9)",
"product_id": "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-Cython@0.29.21-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64\u0026rpmmod=python39-devel:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9",
"product": {
"name": "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64 (python39-devel:3.9)",
"product_id": "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-Cython-debuginfo@0.29.21-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64\u0026rpmmod=python39-devel:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64::python39-devel:3.9",
"product": {
"name": "python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64 (python39-devel:3.9)",
"product_id": "python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64::python39-devel:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-debug@3.9.19-1.module%2Bel8.10.0%2B21815%2Bbb024982?arch=x86_64\u0026rpmmod=python39-devel:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9",
"product": {
"name": "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64 (python39-devel:3.9)",
"product_id": "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-pybind11@2.7.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64\u0026rpmmod=python39-devel:3.9:8100020240516111311:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9",
"product": {
"name": "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64 (python39-devel:3.9)",
"product_id": "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-pybind11-devel@2.7.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64\u0026rpmmod=python39-devel:3.9:8100020240516111311:d47b87a4"
}
}
}
],
"category": "architecture",
"name": "x86_64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src::python39:3.9"
},
"product_reference": "PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9"
},
"product_reference": "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9"
},
"product_reference": "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9"
},
"product_reference": "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9"
},
"product_reference": "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.src::python39:3.9"
},
"product_reference": "mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src::python39:3.9"
},
"product_reference": "numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9"
},
"product_reference": "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9"
},
"product_reference": "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x::python39:3.9"
},
"product_reference": "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9"
},
"product_reference": "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src::python39:3.9"
},
"product_reference": "python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src::python39:3.9"
},
"product_reference": "python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9"
},
"product_reference": "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9"
},
"product_reference": "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x::python39:3.9"
},
"product_reference": "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9"
},
"product_reference": "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src::python39:3.9"
},
"product_reference": "python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src::python39:3.9"
},
"product_reference": "python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64::python39:3.9"
},
"product_reference": "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le::python39:3.9"
},
"product_reference": "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x::python39:3.9"
},
"product_reference": "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64::python39:3.9"
},
"product_reference": "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-idna-0:2.10-4.module+el8.10.0+21815+bb024982.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python-idna-0:2.10-4.module+el8.10.0+21815+bb024982.src::python39:3.9"
},
"product_reference": "python-idna-0:2.10-4.module+el8.10.0+21815+bb024982.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src::python39:3.9"
},
"product_reference": "python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9"
},
"product_reference": "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9"
},
"product_reference": "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9"
},
"product_reference": "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9"
},
"product_reference": "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src::python39:3.9"
},
"product_reference": "python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src::python39:3.9"
},
"product_reference": "python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9"
},
"product_reference": "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9"
},
"product_reference": "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x::python39:3.9"
},
"product_reference": "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9"
},
"product_reference": "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src::python39:3.9"
},
"product_reference": "python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9"
},
"product_reference": "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9"
},
"product_reference": "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9"
},
"product_reference": "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9"
},
"product_reference": "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src::python39:3.9"
},
"product_reference": "python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src::python39:3.9"
},
"product_reference": "python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src::python39:3.9"
},
"product_reference": "python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src::python39:3.9"
},
"product_reference": "python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src::python39:3.9"
},
"product_reference": "python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src::python39:3.9"
},
"product_reference": "python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64::python39:3.9"
},
"product_reference": "python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le::python39:3.9"
},
"product_reference": "python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x::python39:3.9"
},
"product_reference": "python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.src::python39:3.9"
},
"product_reference": "python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64::python39:3.9"
},
"product_reference": "python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch::python39:3.9"
},
"product_reference": "python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9"
},
"product_reference": "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9"
},
"product_reference": "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x::python39:3.9"
},
"product_reference": "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9"
},
"product_reference": "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9"
},
"product_reference": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9"
},
"product_reference": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x::python39:3.9"
},
"product_reference": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9"
},
"product_reference": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch::python39:3.9"
},
"product_reference": "python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64::python39:3.9"
},
"product_reference": "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le::python39:3.9"
},
"product_reference": "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x::python39:3.9"
},
"product_reference": "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64::python39:3.9"
},
"product_reference": "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64::python39:3.9"
},
"product_reference": "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le::python39:3.9"
},
"product_reference": "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x::python39:3.9"
},
"product_reference": "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64::python39:3.9"
},
"product_reference": "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64::python39:3.9"
},
"product_reference": "python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le::python39:3.9"
},
"product_reference": "python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x::python39:3.9"
},
"product_reference": "python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64::python39:3.9"
},
"product_reference": "python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64::python39:3.9"
},
"product_reference": "python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le::python39:3.9"
},
"product_reference": "python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x::python39:3.9"
},
"product_reference": "python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64::python39:3.9"
},
"product_reference": "python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64::python39:3.9"
},
"product_reference": "python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le::python39:3.9"
},
"product_reference": "python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x::python39:3.9"
},
"product_reference": "python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64::python39:3.9"
},
"product_reference": "python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64::python39:3.9"
},
"product_reference": "python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le::python39:3.9"
},
"product_reference": "python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x::python39:3.9"
},
"product_reference": "python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64::python39:3.9"
},
"product_reference": "python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-idna-0:2.10-4.module+el8.10.0+21815+bb024982.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-idna-0:2.10-4.module+el8.10.0+21815+bb024982.noarch::python39:3.9"
},
"product_reference": "python39-idna-0:2.10-4.module+el8.10.0+21815+bb024982.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64::python39:3.9"
},
"product_reference": "python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le::python39:3.9"
},
"product_reference": "python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x::python39:3.9"
},
"product_reference": "python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64::python39:3.9"
},
"product_reference": "python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9"
},
"product_reference": "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9"
},
"product_reference": "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9"
},
"product_reference": "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9"
},
"product_reference": "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9"
},
"product_reference": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9"
},
"product_reference": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9"
},
"product_reference": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9"
},
"product_reference": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.aarch64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9"
},
"product_reference": "python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9"
},
"product_reference": "python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.s390x (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.s390x::python39:3.9"
},
"product_reference": "python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9"
},
"product_reference": "python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9"
},
"product_reference": "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9"
},
"product_reference": "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x::python39:3.9"
},
"product_reference": "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9"
},
"product_reference": "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9"
},
"product_reference": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9"
},
"product_reference": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x::python39:3.9"
},
"product_reference": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9"
},
"product_reference": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch::python39:3.9"
},
"product_reference": "python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9"
},
"product_reference": "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9"
},
"product_reference": "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x::python39:3.9"
},
"product_reference": "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9"
},
"product_reference": "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch::python39:3.9"
},
"product_reference": "python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch::python39:3.9"
},
"product_reference": "python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch::python39:3.9"
},
"product_reference": "python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9"
},
"product_reference": "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9"
},
"product_reference": "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x::python39:3.9"
},
"product_reference": "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9"
},
"product_reference": "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9"
},
"product_reference": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9"
},
"product_reference": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x::python39:3.9"
},
"product_reference": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9"
},
"product_reference": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9"
},
"product_reference": "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9"
},
"product_reference": "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9"
},
"product_reference": "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9"
},
"product_reference": "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9"
},
"product_reference": "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9"
},
"product_reference": "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9"
},
"product_reference": "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9"
},
"product_reference": "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9"
},
"product_reference": "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9"
},
"product_reference": "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9"
},
"product_reference": "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9"
},
"product_reference": "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9"
},
"product_reference": "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9"
},
"product_reference": "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9"
},
"product_reference": "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9"
},
"product_reference": "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch::python39:3.9"
},
"product_reference": "python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch::python39:3.9"
},
"product_reference": "python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9"
},
"product_reference": "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9"
},
"product_reference": "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9"
},
"product_reference": "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9"
},
"product_reference": "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9"
},
"product_reference": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9"
},
"product_reference": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9"
},
"product_reference": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9"
},
"product_reference": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch::python39:3.9"
},
"product_reference": "python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-rpm-macros-0:3.9.19-1.module+el8.10.0+21815+bb024982.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-rpm-macros-0:3.9.19-1.module+el8.10.0+21815+bb024982.noarch::python39:3.9"
},
"product_reference": "python39-rpm-macros-0:3.9.19-1.module+el8.10.0+21815+bb024982.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9"
},
"product_reference": "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9"
},
"product_reference": "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x::python39:3.9"
},
"product_reference": "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9"
},
"product_reference": "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9"
},
"product_reference": "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9"
},
"product_reference": "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x::python39:3.9"
},
"product_reference": "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9"
},
"product_reference": "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch::python39:3.9"
},
"product_reference": "python39-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-setuptools-wheel-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-setuptools-wheel-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch::python39:3.9"
},
"product_reference": "python39-setuptools-wheel-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch::python39:3.9"
},
"product_reference": "python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64::python39:3.9"
},
"product_reference": "python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le::python39:3.9"
},
"product_reference": "python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x::python39:3.9"
},
"product_reference": "python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64::python39:3.9"
},
"product_reference": "python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64::python39:3.9"
},
"product_reference": "python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le::python39:3.9"
},
"product_reference": "python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x::python39:3.9"
},
"product_reference": "python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64::python39:3.9"
},
"product_reference": "python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch::python39:3.9"
},
"product_reference": "python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch::python39:3.9"
},
"product_reference": "python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch::python39:3.9"
},
"product_reference": "python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch::python39:3.9"
},
"product_reference": "python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src::python39:3.9"
},
"product_reference": "python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3x-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3x-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.src::python39:3.9"
},
"product_reference": "python3x-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src::python39:3.9"
},
"product_reference": "python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src::python39:3.9"
},
"product_reference": "scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9"
},
"product_reference": "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9"
},
"product_reference": "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x::python39:3.9"
},
"product_reference": "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9"
},
"product_reference": "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src (python39-devel:3.9) as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9"
},
"product_reference": "Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64 (python39-devel:3.9) as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9"
},
"product_reference": "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le (python39-devel:3.9) as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9"
},
"product_reference": "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x (python39-devel:3.9) as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9"
},
"product_reference": "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64 (python39-devel:3.9) as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9"
},
"product_reference": "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src (python39-devel:3.9) as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9"
},
"product_reference": "pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src (python39-devel:3.9) as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9"
},
"product_reference": "pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src (python39-devel:3.9) as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9"
},
"product_reference": "python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src (python39-devel:3.9) as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9"
},
"product_reference": "python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src (python39-devel:3.9) as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9"
},
"product_reference": "python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src (python39-devel:3.9) as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9"
},
"product_reference": "python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src (python39-devel:3.9) as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9"
},
"product_reference": "python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src (python39-devel:3.9) as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9"
},
"product_reference": "python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src (python39-devel:3.9) as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9"
},
"product_reference": "python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64 (python39-devel:3.9) as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9"
},
"product_reference": "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le (python39-devel:3.9) as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9"
},
"product_reference": "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x (python39-devel:3.9) as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9"
},
"product_reference": "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64 (python39-devel:3.9) as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9"
},
"product_reference": "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64 (python39-devel:3.9) as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9"
},
"product_reference": "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le (python39-devel:3.9) as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9"
},
"product_reference": "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x (python39-devel:3.9) as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9"
},
"product_reference": "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64 (python39-devel:3.9) as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9"
},
"product_reference": "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch (python39-devel:3.9) as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9"
},
"product_reference": "python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64 (python39-devel:3.9) as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64::python39-devel:3.9"
},
"product_reference": "python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64::python39-devel:3.9",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le (python39-devel:3.9) as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le::python39-devel:3.9"
},
"product_reference": "python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le::python39-devel:3.9",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x (python39-devel:3.9) as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x::python39-devel:3.9"
},
"product_reference": "python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x::python39-devel:3.9",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64 (python39-devel:3.9) as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64::python39-devel:3.9"
},
"product_reference": "python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64::python39-devel:3.9",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch (python39-devel:3.9) as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9"
},
"product_reference": "python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch (python39-devel:3.9) as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9"
},
"product_reference": "python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch (python39-devel:3.9) as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9"
},
"product_reference": "python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch (python39-devel:3.9) as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9"
},
"product_reference": "python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch (python39-devel:3.9) as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9"
},
"product_reference": "python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64 (python39-devel:3.9) as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9"
},
"product_reference": "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le (python39-devel:3.9) as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9"
},
"product_reference": "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x (python39-devel:3.9) as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9"
},
"product_reference": "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64 (python39-devel:3.9) as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9"
},
"product_reference": "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64 (python39-devel:3.9) as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9"
},
"product_reference": "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le (python39-devel:3.9) as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9"
},
"product_reference": "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x (python39-devel:3.9) as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9"
},
"product_reference": "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64 (python39-devel:3.9) as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9"
},
"product_reference": "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch (python39-devel:3.9) as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9"
},
"product_reference": "python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch (python39-devel:3.9) as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9"
},
"product_reference": "python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch (python39-devel:3.9) as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9"
},
"product_reference": "python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src (python39-devel:3.9) as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9"
},
"product_reference": "python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-6597",
"cwe": {
"id": "CWE-61",
"name": "UNIX Symbolic Link (Symlink) Following"
},
"discovery_date": "2024-04-22T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2276518"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the tempfile.TemporaryDirectory class in python3/cpython3. The class may dereference symbolic links during permission-related errors, resulting in users that run privileged programs being able to modify permissions of files referenced by the symbolic link.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python: Path traversal on tempfile.TemporaryDirectory",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Versions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as \u0027Not affected\u0027 as they just provide \"symlinks\" to the main python3 component, which provides the actual interpreter of the Python programming language.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.10.0.Z.MAIN.EUS:PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-idna-0:2.10-4.module+el8.10.0+21815+bb024982.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-idna-0:2.10-4.module+el8.10.0+21815+bb024982.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-rpm-macros-0:3.9.19-1.module+el8.10.0+21815+bb024982.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-setuptools-wheel-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python3x-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"CRB-8.10.0.Z.MAIN.EUS:Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-6597"
},
{
"category": "external",
"summary": "RHBZ#2276518",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2276518"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-6597",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6597"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-6597",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-6597"
}
],
"release_date": "2024-03-19T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-29T13:31:39+00:00",
"details": "For details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-idna-0:2.10-4.module+el8.10.0+21815+bb024982.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-idna-0:2.10-4.module+el8.10.0+21815+bb024982.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-rpm-macros-0:3.9.19-1.module+el8.10.0+21815+bb024982.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-setuptools-wheel-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python3x-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"CRB-8.10.0.Z.MAIN.EUS:Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:3466"
},
{
"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.10.0.Z.MAIN.EUS:PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-idna-0:2.10-4.module+el8.10.0+21815+bb024982.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-idna-0:2.10-4.module+el8.10.0+21815+bb024982.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-rpm-macros-0:3.9.19-1.module+el8.10.0+21815+bb024982.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-setuptools-wheel-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python3x-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"CRB-8.10.0.Z.MAIN.EUS:Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.Z.MAIN.EUS:PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-idna-0:2.10-4.module+el8.10.0+21815+bb024982.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-idna-0:2.10-4.module+el8.10.0+21815+bb024982.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-rpm-macros-0:3.9.19-1.module+el8.10.0+21815+bb024982.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-setuptools-wheel-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python3x-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"CRB-8.10.0.Z.MAIN.EUS:Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "python: Path traversal on tempfile.TemporaryDirectory"
},
{
"cve": "CVE-2024-0450",
"cwe": {
"id": "CWE-450",
"name": "Multiple Interpretations of UI Input"
},
"discovery_date": "2024-04-22T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2276525"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Python/CPython \u0027zipfile\u0027 that can allow a zip-bomb type of attack. An attacker may craft a zip file format, leading to a Denial of Service when processed.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python: The zipfile module is vulnerable to zip-bombs leading to denial of service",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Versions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as \u0027Not affected\u0027 as they just provide \"symlinks\" to the main python3 component, which provides the actual interpreter of the Python programming language.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.10.0.Z.MAIN.EUS:PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-idna-0:2.10-4.module+el8.10.0+21815+bb024982.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-idna-0:2.10-4.module+el8.10.0+21815+bb024982.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-rpm-macros-0:3.9.19-1.module+el8.10.0+21815+bb024982.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-setuptools-wheel-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python3x-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"CRB-8.10.0.Z.MAIN.EUS:Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-0450"
},
{
"category": "external",
"summary": "RHBZ#2276525",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2276525"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-0450",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0450"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-0450",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-0450"
}
],
"release_date": "2024-03-19T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-29T13:31:39+00:00",
"details": "For details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-idna-0:2.10-4.module+el8.10.0+21815+bb024982.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-idna-0:2.10-4.module+el8.10.0+21815+bb024982.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-rpm-macros-0:3.9.19-1.module+el8.10.0+21815+bb024982.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-setuptools-wheel-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python3x-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"CRB-8.10.0.Z.MAIN.EUS:Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:3466"
},
{
"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.10.0.Z.MAIN.EUS:PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-idna-0:2.10-4.module+el8.10.0+21815+bb024982.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-idna-0:2.10-4.module+el8.10.0+21815+bb024982.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-rpm-macros-0:3.9.19-1.module+el8.10.0+21815+bb024982.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-setuptools-wheel-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python3x-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"CRB-8.10.0.Z.MAIN.EUS:Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9"
]
}
],
"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": [
"AppStream-8.10.0.Z.MAIN.EUS:PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-idna-0:2.10-4.module+el8.10.0+21815+bb024982.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-idna-0:2.10-4.module+el8.10.0+21815+bb024982.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-rpm-macros-0:3.9.19-1.module+el8.10.0+21815+bb024982.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-setuptools-wheel-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python3x-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"CRB-8.10.0.Z.MAIN.EUS:Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python: The zipfile module is vulnerable to zip-bombs leading to denial of service"
},
{
"cve": "CVE-2024-3651",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2024-04-12T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2274779"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the python-idna library. A malicious argument was sent to the idna.encode() function can trigger an uncontrolled resource consumption, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-idna: potential DoS via resource consumption via specially crafted inputs to idna.encode()",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The vulnerability in the idna.encode() function, allowing for resource consumption via specially crafted arguments, is categorized as a moderate severity issue due to its potential impact on system availability rather than data integrity or confidentiality. While the vulnerability can lead to a denial-of-service condition, it requires the passing of unusually large or maliciously crafted inputs to exploit. Normal usage scenarios typically do not encounter such inputs.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.10.0.Z.MAIN.EUS:PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-idna-0:2.10-4.module+el8.10.0+21815+bb024982.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-idna-0:2.10-4.module+el8.10.0+21815+bb024982.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-rpm-macros-0:3.9.19-1.module+el8.10.0+21815+bb024982.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-setuptools-wheel-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python3x-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"CRB-8.10.0.Z.MAIN.EUS:Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-3651"
},
{
"category": "external",
"summary": "RHBZ#2274779",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2274779"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-3651",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-3651"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-3651",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-3651"
}
],
"release_date": "2024-04-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-29T13:31:39+00:00",
"details": "For details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-idna-0:2.10-4.module+el8.10.0+21815+bb024982.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-idna-0:2.10-4.module+el8.10.0+21815+bb024982.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-rpm-macros-0:3.9.19-1.module+el8.10.0+21815+bb024982.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-setuptools-wheel-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python3x-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"CRB-8.10.0.Z.MAIN.EUS:Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:3466"
},
{
"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.10.0.Z.MAIN.EUS:PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-idna-0:2.10-4.module+el8.10.0+21815+bb024982.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-idna-0:2.10-4.module+el8.10.0+21815+bb024982.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-rpm-macros-0:3.9.19-1.module+el8.10.0+21815+bb024982.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-setuptools-wheel-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python3x-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"CRB-8.10.0.Z.MAIN.EUS:Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9"
]
}
],
"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.10.0.Z.MAIN.EUS:PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-idna-0:2.10-4.module+el8.10.0+21815+bb024982.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-idna-0:2.10-4.module+el8.10.0+21815+bb024982.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-rpm-macros-0:3.9.19-1.module+el8.10.0+21815+bb024982.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-setuptools-wheel-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python3x-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"CRB-8.10.0.Z.MAIN.EUS:Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python-idna: potential DoS via resource consumption via specially crafted inputs to idna.encode()"
}
]
}
RHSA-2024:3543
Vulnerability from csaf_redhat - Published: 2024-06-03 18:39 - Updated: 2026-04-30 13:18A flaw was found in the python-idna library. A malicious argument was sent to the idna.encode() function can trigger an uncontrolled resource consumption, resulting in a denial of service.
{
"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 python-idna is now available for Red Hat Enterprise Linux 8.8.\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 a detailed severity rating, is available for each vulnerability from the CVE\nlink(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Security Fix(es):\n\n* python-idna: potential DoS via resource consumption via specially crafted\ninputs to idna.encode() (CVE-2024-3651)",
"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:3543",
"url": "https://access.redhat.com/errata/RHSA-2024:3543"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2274779",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2274779"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_3543.json"
}
],
"title": "Red Hat Security Advisory: python-idna security and bug fix update",
"tracking": {
"current_release_date": "2026-04-30T13:18:42+00:00",
"generator": {
"date": "2026-04-30T13:18:42+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.7"
}
},
"id": "RHSA-2024:3543",
"initial_release_date": "2024-06-03T18:39:21+00:00",
"revision_history": [
{
"date": "2024-06-03T18:39:21+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-06-03T18:39:21+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-04-30T13:18: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 BaseOS EUS (v.8.8)",
"product": {
"name": "Red Hat Enterprise Linux BaseOS EUS (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:rhel_eus:8.8::baseos"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "python-idna-0:2.5-5.el8_8.1.src",
"product": {
"name": "python-idna-0:2.5-5.el8_8.1.src",
"product_id": "python-idna-0:2.5-5.el8_8.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-idna@2.5-5.el8_8.1?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "python3-idna-0:2.5-5.el8_8.1.noarch",
"product": {
"name": "python3-idna-0:2.5-5.el8_8.1.noarch",
"product_id": "python3-idna-0:2.5-5.el8_8.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-idna@2.5-5.el8_8.1?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "python-idna-0:2.5-5.el8_8.1.src as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.EUS:python-idna-0:2.5-5.el8_8.1.src"
},
"product_reference": "python-idna-0:2.5-5.el8_8.1.src",
"relates_to_product_reference": "BaseOS-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idna-0:2.5-5.el8_8.1.noarch as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.EUS:python3-idna-0:2.5-5.el8_8.1.noarch"
},
"product_reference": "python3-idna-0:2.5-5.el8_8.1.noarch",
"relates_to_product_reference": "BaseOS-8.8.0.Z.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-3651",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2024-04-12T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2274779"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the python-idna library. A malicious argument was sent to the idna.encode() function can trigger an uncontrolled resource consumption, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-idna: potential DoS via resource consumption via specially crafted inputs to idna.encode()",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The vulnerability in the idna.encode() function, allowing for resource consumption via specially crafted arguments, is categorized as a moderate severity issue due to its potential impact on system availability rather than data integrity or confidentiality. While the vulnerability can lead to a denial-of-service condition, it requires the passing of unusually large or maliciously crafted inputs to exploit. Normal usage scenarios typically do not encounter such inputs.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.8.0.Z.EUS:python-idna-0:2.5-5.el8_8.1.src",
"BaseOS-8.8.0.Z.EUS:python3-idna-0:2.5-5.el8_8.1.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-3651"
},
{
"category": "external",
"summary": "RHBZ#2274779",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2274779"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-3651",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-3651"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-3651",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-3651"
}
],
"release_date": "2024-04-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-06-03T18:39:21+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": [
"BaseOS-8.8.0.Z.EUS:python-idna-0:2.5-5.el8_8.1.src",
"BaseOS-8.8.0.Z.EUS:python3-idna-0:2.5-5.el8_8.1.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:3543"
},
{
"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": [
"BaseOS-8.8.0.Z.EUS:python-idna-0:2.5-5.el8_8.1.src",
"BaseOS-8.8.0.Z.EUS:python3-idna-0:2.5-5.el8_8.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": [
"BaseOS-8.8.0.Z.EUS:python-idna-0:2.5-5.el8_8.1.src",
"BaseOS-8.8.0.Z.EUS:python3-idna-0:2.5-5.el8_8.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python-idna: potential DoS via resource consumption via specially crafted inputs to idna.encode()"
}
]
}
RHSA-2024:3552
Vulnerability from csaf_redhat - Published: 2024-06-03 15:47 - Updated: 2026-04-30 13:18A flaw was found in the python-idna library. A malicious argument was sent to the idna.encode() function can trigger an uncontrolled resource consumption, resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.6.0.Z.AUS:python-idna-0:2.5-5.el8_6.1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.AUS:python3-idna-0:2.5-5.el8_6.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:python-idna-0:2.5-5.el8_6.1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:python3-idna-0:2.5-5.el8_6.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.TUS:python-idna-0:2.5-5.el8_6.1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.TUS:python3-idna-0:2.5-5.el8_6.1.noarch | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for python-idna is now available for Red Hat Enterprise Linux 8.6.\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 a detailed severity rating, is available for each vulnerability from the CVE\nlink(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Security Fix(es):\n\n* python-idna: potential DoS via resource consumption via specially crafted\ninputs to idna.encode() (CVE-2024-3651)",
"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:3552",
"url": "https://access.redhat.com/errata/RHSA-2024:3552"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2274779",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2274779"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_3552.json"
}
],
"title": "Red Hat Security Advisory: python-idna security and bug fix update",
"tracking": {
"current_release_date": "2026-04-30T13:18:45+00:00",
"generator": {
"date": "2026-04-30T13:18:45+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.7"
}
},
"id": "RHSA-2024:3552",
"initial_release_date": "2024-06-03T15:47:46+00:00",
"revision_history": [
{
"date": "2024-06-03T15:47:46+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-06-03T15:47:46+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-04-30T13:18:45+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product": {
"name": "Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:rhel_e4s:8.6::baseos"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux BaseOS TUS (v.8.6)",
"product": {
"name": "Red Hat Enterprise Linux BaseOS TUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.TUS",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:rhel_tus:8.6::baseos"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux BaseOS AUS (v.8.6)",
"product": {
"name": "Red Hat Enterprise Linux BaseOS AUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.AUS",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:rhel_aus:8.6::baseos"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "python-idna-0:2.5-5.el8_6.1.src",
"product": {
"name": "python-idna-0:2.5-5.el8_6.1.src",
"product_id": "python-idna-0:2.5-5.el8_6.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-idna@2.5-5.el8_6.1?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "python3-idna-0:2.5-5.el8_6.1.noarch",
"product": {
"name": "python3-idna-0:2.5-5.el8_6.1.noarch",
"product_id": "python3-idna-0:2.5-5.el8_6.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-idna@2.5-5.el8_6.1?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "python-idna-0:2.5-5.el8_6.1.src as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.AUS:python-idna-0:2.5-5.el8_6.1.src"
},
"product_reference": "python-idna-0:2.5-5.el8_6.1.src",
"relates_to_product_reference": "BaseOS-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idna-0:2.5-5.el8_6.1.noarch as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.AUS:python3-idna-0:2.5-5.el8_6.1.noarch"
},
"product_reference": "python3-idna-0:2.5-5.el8_6.1.noarch",
"relates_to_product_reference": "BaseOS-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-idna-0:2.5-5.el8_6.1.src as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:python-idna-0:2.5-5.el8_6.1.src"
},
"product_reference": "python-idna-0:2.5-5.el8_6.1.src",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idna-0:2.5-5.el8_6.1.noarch as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:python3-idna-0:2.5-5.el8_6.1.noarch"
},
"product_reference": "python3-idna-0:2.5-5.el8_6.1.noarch",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-idna-0:2.5-5.el8_6.1.src as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.TUS:python-idna-0:2.5-5.el8_6.1.src"
},
"product_reference": "python-idna-0:2.5-5.el8_6.1.src",
"relates_to_product_reference": "BaseOS-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idna-0:2.5-5.el8_6.1.noarch as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.TUS:python3-idna-0:2.5-5.el8_6.1.noarch"
},
"product_reference": "python3-idna-0:2.5-5.el8_6.1.noarch",
"relates_to_product_reference": "BaseOS-8.6.0.Z.TUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-3651",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2024-04-12T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2274779"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the python-idna library. A malicious argument was sent to the idna.encode() function can trigger an uncontrolled resource consumption, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-idna: potential DoS via resource consumption via specially crafted inputs to idna.encode()",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The vulnerability in the idna.encode() function, allowing for resource consumption via specially crafted arguments, is categorized as a moderate severity issue due to its potential impact on system availability rather than data integrity or confidentiality. While the vulnerability can lead to a denial-of-service condition, it requires the passing of unusually large or maliciously crafted inputs to exploit. Normal usage scenarios typically do not encounter such inputs.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.6.0.Z.AUS:python-idna-0:2.5-5.el8_6.1.src",
"BaseOS-8.6.0.Z.AUS:python3-idna-0:2.5-5.el8_6.1.noarch",
"BaseOS-8.6.0.Z.E4S:python-idna-0:2.5-5.el8_6.1.src",
"BaseOS-8.6.0.Z.E4S:python3-idna-0:2.5-5.el8_6.1.noarch",
"BaseOS-8.6.0.Z.TUS:python-idna-0:2.5-5.el8_6.1.src",
"BaseOS-8.6.0.Z.TUS:python3-idna-0:2.5-5.el8_6.1.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-3651"
},
{
"category": "external",
"summary": "RHBZ#2274779",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2274779"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-3651",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-3651"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-3651",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-3651"
}
],
"release_date": "2024-04-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-06-03T15:47:46+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": [
"BaseOS-8.6.0.Z.AUS:python-idna-0:2.5-5.el8_6.1.src",
"BaseOS-8.6.0.Z.AUS:python3-idna-0:2.5-5.el8_6.1.noarch",
"BaseOS-8.6.0.Z.E4S:python-idna-0:2.5-5.el8_6.1.src",
"BaseOS-8.6.0.Z.E4S:python3-idna-0:2.5-5.el8_6.1.noarch",
"BaseOS-8.6.0.Z.TUS:python-idna-0:2.5-5.el8_6.1.src",
"BaseOS-8.6.0.Z.TUS:python3-idna-0:2.5-5.el8_6.1.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:3552"
},
{
"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": [
"BaseOS-8.6.0.Z.AUS:python-idna-0:2.5-5.el8_6.1.src",
"BaseOS-8.6.0.Z.AUS:python3-idna-0:2.5-5.el8_6.1.noarch",
"BaseOS-8.6.0.Z.E4S:python-idna-0:2.5-5.el8_6.1.src",
"BaseOS-8.6.0.Z.E4S:python3-idna-0:2.5-5.el8_6.1.noarch",
"BaseOS-8.6.0.Z.TUS:python-idna-0:2.5-5.el8_6.1.src",
"BaseOS-8.6.0.Z.TUS:python3-idna-0:2.5-5.el8_6.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": [
"BaseOS-8.6.0.Z.AUS:python-idna-0:2.5-5.el8_6.1.src",
"BaseOS-8.6.0.Z.AUS:python3-idna-0:2.5-5.el8_6.1.noarch",
"BaseOS-8.6.0.Z.E4S:python-idna-0:2.5-5.el8_6.1.src",
"BaseOS-8.6.0.Z.E4S:python3-idna-0:2.5-5.el8_6.1.noarch",
"BaseOS-8.6.0.Z.TUS:python-idna-0:2.5-5.el8_6.1.src",
"BaseOS-8.6.0.Z.TUS:python3-idna-0:2.5-5.el8_6.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python-idna: potential DoS via resource consumption via specially crafted inputs to idna.encode()"
}
]
}
RHSA-2024:3781
Vulnerability from csaf_redhat - Published: 2024-06-10 18:41 - Updated: 2026-05-28 20:33A flaw was found in the Python pip package. The pip could allow a local authenticated attacker to bypass security restrictions due to a flaw when installing a package from a Mercurial VCS URL. By sending a specially crafted request, an attacker can inject arbitrary configuration options to the "hg clone" call to modify how and which repository is installed.
CWE-77 - Improper Neutralization of Special Elements used in a Command ('Command Injection')| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch | — |
Workaround
|
A vulnerability was discovered with the implementation of the HTTP/2 protocol in the Go programming language. There were insufficient limitations on the amount of CONTINUATION frames sent within a single stream. An attacker could potentially exploit this to cause a Denial of Service (DoS) attack.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch | — |
Workaround
|
A flaw was discovered in Go's net/http standard library package. When parsing a multipart form (either explicitly with Request.ParseMultipartForm or implicitly with Request.FormValue, Request.PostFormValue, or Request.FormFile), limits on the total size of the parsed form were not applied to the memory consumed while reading a single form line. This permits a maliciously crafted input containing very long lines to cause allocation of arbitrarily large amounts of memory, potentially leading to memory exhaustion. With fix, the ParseMultipartForm function now correctly limits the maximum size of form lines.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch | — |
Workaround
|
A null-pointer dereference vulnerability was found in python-cryptography during the loading of PKCS7 certificates. Invoking "load_pem_pkcs7_certificates" or "load_der_pkcs7_certificates" can trigger this issue and lead to subsequent segmentation fault and result in a Denial of Service (DoS) for any application aiming to deserialize a PKCS7 blob or certificate. The potential impact includes disruptions in system availability and stability.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch | — |
Workaround
|
A vulnerability was found in Pillow, a popular Python imaging library. The flaw identified in the PIL.ImageMath.eval function enables arbitrary code execution by manipulating the environment parameter.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch | — |
Workaround
|
An HTTP Request Smuggling vulnerability was found in Gunicorn. By crafting requests with conflicting Transfer-Encoding headers, attackers can bypass security restrictions and access restricted endpoints. This issue is due to Gunicorn's handling of Transfer-Encoding headers, where it incorrectly processes requests with multiple, conflicting Transfer-Encoding headers, treating them as chunked regardless of the final encoding specified. This vulnerability allows for a range of attacks, including cache poisoning, session manipulation, and data exposure.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch | — |
Workaround
|
A flaw was found in the python-idna library. A malicious argument was sent to the idna.encode() function can trigger an uncontrolled resource consumption, resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch | — |
Workaround
|
A flaw was found in Pydantic, where it did not properly validate regular expressions containing white spaces. This flaw allows remote users to cause a denial of service attack via a crafted email string.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch | — |
Workaround
|
A flaw was found in sqlparse. This issue occurs in a heavily nested list in sqlparse.parse(), where a recursion error may be triggered, which can lead to a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch | — |
The python-black package is susceptible to a regular expression denial of service (ReDoS) vulnerability, found in the lines_with_leading_tabs_expanded() function within the strings.py file. This vulnerability could be exploited by running Black on untrusted input or by inserting numerous leading tab characters into docstrings. This flaw allows attackers to craft malicious input to trigger a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch | — |
A flaw was found in Go's crypto/x509 standard library package. Verifying a certificate chain that contains a certificate with an unknown public key algorithm will cause a Certificate.Verify to panic. This issue affects all crypto/tls clients and servers that set Config.ClientAuth to VerifyClientCertIfGiven or RequireAndVerifyClientCert.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch | — |
Workaround
|
A flaw was discovered in python-cryptography. A NULL pointer dereference can be triggered when a PKCS#12 key and certificate do not match. Specifically, if the pkcs12.serialize_key_and_certificates function is called with a non-matching certificate and private key and an encryption algorithm with hmac_hash set, the Python process may crash, leading to a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch | — |
Workaround
|
A flaw was found in aiohttp, an asynchronous HTTP client/server framework for asyncio and Python. When using "web.static(..., show_index=True)", the resulting index pages do not escape file names. If users can upload files with arbitrary filenames to the static directory, the server is vulnerable to cross-site scripting (XSS) attacks.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch | — |
An inefficient regular expression complexity flaw was found in the Truncator.words function and truncatewords_html filter of Django. This issue may allow an attacker to use a suitably crafted string to cause a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch | — |
A flaw was found in Pillow. The cms_transform_new function in src/_imagingcms.c does not validate the length of its parameters before copying them into fixed-size buffers, leading to a buffer overflow, resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch | — |
Workaround
|
A vulnerability was found in the follow-redirects package. While processing the cross-domain redirection, `follow-redirects` clears authorization headers, however, it misses clearing proxy-authentication headers, which contain credentials as well. This issue may lead to credential leaking, having a high impact on data confidentiality.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch | — |
An infinite loop flaw was found in aiohttp when handling POST (multipart/form-data) requests. This flaw allows an attacker to send a specially crafted request, leading the server to enter an infinite loop and render it unable to process any further requests. This denial of service can be triggered by a single unauthenticated POST request. AIOHTTP handles multipart strings through a process of segmenting them into chunks. The reading of each chunk is performed under the control of an asynchronous wait, ensuring that the operation completes before proceeding. A vulnerability was identified where a specially crafted request could trigger an infinite loop due to improper detection of the end-of-file (EOF) marker within the content. The resolution involves the implementation of an enhanced checking mechanism. This mechanism correctly assigns the EOF marker to the chunk in question upon the successful completion of content reading, thereby preventing the infinite loop scenario.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch | — |
A flaw was found in social-auth-app-django. In affected versions of this package, due to default case-insensitive collation in MySQL or MariaDB databases, third-party authentication user IDs are not case-sensitive and could cause different IDs to match.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch | — |
A flaw was found in jinja2. The `xmlattr` filter accepts keys containing non-attribute characters. XML/HTML attributes cannot contain spaces, `/`, `>`, or `=`, as each would then be interpreted as starting a separate attribute. If an application accepts keys (as opposed to only values) as user input, and renders these in pages that other users see as well, an attacker could inject other attributes and perform cross-site scripting (XSS).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch | — |
Workaround
|
An incorrect control flow implementation vulnerability was found in Requests. If the first request in a session is made with verify=False, all subsequent requests to the same host will continue to ignore cert verification.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch | — |
{
"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 Red Hat Ansible Automation Platform 2.4\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat Ansible Automation Platform provides an enterprise framework for building, deploying and managing IT automation at scale. IT Managers can provide top-down guidelines on how automation is applied to individual teams, while automation developers retain the freedom to write tasks that leverage existing knowledge without the overhead. Ansible Automation Platform makes it possible for users across an organization to share, vet, and manage automation content by means of a simple, powerful, and agentless language.\n\nSecurity Fix(es):\n\n* automation-controller: aiohttp: DoS when trying to parse malformed POST requests (CVE-2024-30251)\n* automation-controller: Django: Potential regular expression denial-of-service in django.utils.text.Truncator.words() (CVE-2024-27351)\n* automation-controller: pip: Mercurial configuration injectable in repo revision when installing via pip (CVE-2023-5752)\n* automation-controller: pydantic: regular expression denial of service via crafted email string (CVE-2024-3772)\n* automation-hub, python3/python39-galaxy-ng: follow-redirects: Possible credential leak (CVE-2024-28849)\n* python3/python39-aiohttp: DoS when trying to parse malformed POST requests (CVE-2024-30251)\n* python3/python39-aiohttp: XSS on index pages for static file handling (CVE-2024-27306)\n* python3/python39-black: ReDoS via the lines_with_leading_tabs_expanded() function in strings.py file (CVE-2024-21503)\n* python3/python39-cryptography: NULL pointer dereference with pkcs12.serialize_key_and_certificates when called with a non-matching certificate and private key and an hmac_hash override (CVE-2024-26130)\n* python3/python39-cryptography: NULL-dereference when loading PKCS7 certificates (CVE-2023-49083)\n* python3/python39-cryptography: NULL-dereference when loading PKCS7 certificates (CVE-2023-49083)\n* python3/python39-gunicorn: HTTP Request Smuggling due to improper validation of Transfer-Encoding headers (CVE-2024-1135)\n* python3/python39-idna: potential DoS via resource consumption via specially crafted inputs to idna.encode() (CVE-2024-3651)\n* python3/python39-jinja2: accepts keys containing non-attribute characters (CVE-2024-34064)\n* python3/python39-pillow: buffer overflow in _imagingcms.c (CVE-2024-28219)\n* python3/python39-pillow: Arbitrary Code Execution via the environment parameter (CVE-2023-50447)\n* python3/python39-pydantic: regular expression denial of service via crafted email string (CVE-2024-3772)\n* python3/python39-requests: subsequent requests to the same host ignore cert verification (CVE-2024-35195)\n* python3/python39-social-auth-app-django: Improper Handling of Case Sensitivity in social-auth-app-django (CVE-2024-32879)\n* python3/python39-sqlparse: parsing heavily nested list leads to denial of service (CVE-2024-4340)\n* receptor: golang: crypto/x509: Verify panics on certificates with an unknown public key algorithm (CVE-2024-24783)\n* receptor: golang: net/http, x/net/http2: unlimited number of CONTINUATION frames causes DoS (CVE-2023-45288)\n* receptor: golang: net/http: memory exhaustion in Request.ParseMultipartForm (CVE-2023-45290)\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\nUpdates and fixes for automation controller:\n* Fixed Redis connection leak on version 4.5.6 (AAP-24286)\n* automation-controller has been updated to 4.5.7\n\nUpdates and fixes for automation hub:\n* Fixed repository sync issues (AAH-3111, AAH-3218)\n* automation-hub/python3-galaxy-ng/python39-galaxy-ng have been updated to 4.9.2\n\nAdditional changes:\n* ansible-core has been updated to 2.15.11\n* automation-eda-controller has been updated to 1.0.7\n* installer and setup have been updated to 2.4-7\n* receptor has been updated to 1.4.8\n\nFor more details about the updates and fixes included in this release, refer to the Release Notes.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2024:3781",
"url": "https://access.redhat.com/errata/RHSA-2024:3781"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2250765",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2250765"
},
{
"category": "external",
"summary": "2255331",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2255331"
},
{
"category": "external",
"summary": "2259479",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2259479"
},
{
"category": "external",
"summary": "2266045",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2266045"
},
{
"category": "external",
"summary": "2268017",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268017"
},
{
"category": "external",
"summary": "2268019",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268019"
},
{
"category": "external",
"summary": "2268273",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268273"
},
{
"category": "external",
"summary": "2269576",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2269576"
},
{
"category": "external",
"summary": "2269617",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2269617"
},
{
"category": "external",
"summary": "2270236",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2270236"
},
{
"category": "external",
"summary": "2272563",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2272563"
},
{
"category": "external",
"summary": "2274779",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2274779"
},
{
"category": "external",
"summary": "2275106",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2275106"
},
{
"category": "external",
"summary": "2275280",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2275280"
},
{
"category": "external",
"summary": "2275989",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2275989"
},
{
"category": "external",
"summary": "2277035",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2277035"
},
{
"category": "external",
"summary": "2278038",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2278038"
},
{
"category": "external",
"summary": "2278710",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2278710"
},
{
"category": "external",
"summary": "2279476",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2279476"
},
{
"category": "external",
"summary": "2282114",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2282114"
},
{
"category": "external",
"summary": "AAH-3111",
"url": "https://issues.redhat.com/browse/AAH-3111"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_3781.json"
}
],
"title": "Red Hat Security Advisory: Red Hat Ansible Automation Platform 2.4 Product Security and Bug Fix Update",
"tracking": {
"current_release_date": "2026-05-28T20:33:10+00:00",
"generator": {
"date": "2026-05-28T20:33:10+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2024:3781",
"initial_release_date": "2024-06-10T18:41:58+00:00",
"revision_history": [
{
"date": "2024-06-10T18:41:58+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-06-10T18:41:58+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-28T20:33:10+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product": {
"name": "Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:ansible_automation_platform:2.4::el9"
}
}
},
{
"category": "product_name",
"name": "Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product": {
"name": "Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:ansible_automation_platform_inside:2.4::el9"
}
}
},
{
"category": "product_name",
"name": "Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product": {
"name": "Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:ansible_automation_platform_developer:2.4::el9"
}
}
},
{
"category": "product_name",
"name": "Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product": {
"name": "Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:ansible_automation_platform:2.4::el8"
}
}
},
{
"category": "product_name",
"name": "Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product": {
"name": "Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:ansible_automation_platform_inside:2.4::el8"
}
}
},
{
"category": "product_name",
"name": "Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product": {
"name": "Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:ansible_automation_platform_developer:2.4::el8"
}
}
}
],
"category": "product_family",
"name": "Red Hat Ansible Automation Platform"
},
{
"branches": [
{
"category": "product_version",
"name": "python-black-0:22.8.0-2.el9ap.src",
"product": {
"name": "python-black-0:22.8.0-2.el9ap.src",
"product_id": "python-black-0:22.8.0-2.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-black@22.8.0-2.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pydantic-0:1.10.15-1.el9ap.src",
"product": {
"name": "python-pydantic-0:1.10.15-1.el9ap.src",
"product_id": "python-pydantic-0:1.10.15-1.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pydantic@1.10.15-1.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "ansible-core-1:2.15.11-1.el9ap.src",
"product": {
"name": "ansible-core-1:2.15.11-1.el9ap.src",
"product_id": "ansible-core-1:2.15.11-1.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ansible-core@2.15.11-1.el9ap?arch=src\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "python-gunicorn-0:22.0.0-1.el9ap.src",
"product": {
"name": "python-gunicorn-0:22.0.0-1.el9ap.src",
"product_id": "python-gunicorn-0:22.0.0-1.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-gunicorn@22.0.0-1.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-sqlparse-0:0.5.0-1.el9ap.src",
"product": {
"name": "python-sqlparse-0:0.5.0-1.el9ap.src",
"product_id": "python-sqlparse-0:0.5.0-1.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-sqlparse@0.5.0-1.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-social-auth-app-django-0:5.4.1-1.el9ap.src",
"product": {
"name": "python-social-auth-app-django-0:5.4.1-1.el9ap.src",
"product_id": "python-social-auth-app-django-0:5.4.1-1.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-social-auth-app-django@5.4.1-1.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-idna-0:3.7-1.el9ap.src",
"product": {
"name": "python-idna-0:3.7-1.el9ap.src",
"product_id": "python-idna-0:3.7-1.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-idna@3.7-1.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-galaxy-ng-0:4.9.2-1.el9ap.src",
"product": {
"name": "python-galaxy-ng-0:4.9.2-1.el9ap.src",
"product_id": "python-galaxy-ng-0:4.9.2-1.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-galaxy-ng@4.9.2-1.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pillow-0:10.3.0-1.el9ap.src",
"product": {
"name": "python-pillow-0:10.3.0-1.el9ap.src",
"product_id": "python-pillow-0:10.3.0-1.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pillow@10.3.0-1.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "automation-hub-0:4.9.2-1.el9ap.src",
"product": {
"name": "automation-hub-0:4.9.2-1.el9ap.src",
"product_id": "automation-hub-0:4.9.2-1.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-hub@4.9.2-1.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pulpcore-0:3.28.27-1.el9ap.src",
"product": {
"name": "python-pulpcore-0:3.28.27-1.el9ap.src",
"product_id": "python-pulpcore-0:3.28.27-1.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pulpcore@3.28.27-1.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-jinja2-0:3.1.4-1.el9ap.src",
"product": {
"name": "python-jinja2-0:3.1.4-1.el9ap.src",
"product_id": "python-jinja2-0:3.1.4-1.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-jinja2@3.1.4-1.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pyOpenSSL-0:24.1.0-1.el9ap.src",
"product": {
"name": "python-pyOpenSSL-0:24.1.0-1.el9ap.src",
"product_id": "python-pyOpenSSL-0:24.1.0-1.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pyOpenSSL@24.1.0-1.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-aiohttp-0:3.9.5-1.el9ap.src",
"product": {
"name": "python-aiohttp-0:3.9.5-1.el9ap.src",
"product_id": "python-aiohttp-0:3.9.5-1.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-aiohttp@3.9.5-1.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-cryptography-0:42.0.5-1.el9ap.src",
"product": {
"name": "python-cryptography-0:42.0.5-1.el9ap.src",
"product_id": "python-cryptography-0:42.0.5-1.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-cryptography@42.0.5-1.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "automation-eda-controller-0:1.0.7-1.el9ap.src",
"product": {
"name": "automation-eda-controller-0:1.0.7-1.el9ap.src",
"product_id": "automation-eda-controller-0:1.0.7-1.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-eda-controller@1.0.7-1.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "ansible-rulebook-0:1.0.7-1.el9ap.src",
"product": {
"name": "ansible-rulebook-0:1.0.7-1.el9ap.src",
"product_id": "ansible-rulebook-0:1.0.7-1.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ansible-rulebook@1.0.7-1.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "automation-controller-0:4.5.7-1.el9ap.src",
"product": {
"name": "automation-controller-0:4.5.7-1.el9ap.src",
"product_id": "automation-controller-0:4.5.7-1.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller@4.5.7-1.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-requests-0:2.32.2-1.el9ap.src",
"product": {
"name": "python-requests-0:2.32.2-1.el9ap.src",
"product_id": "python-requests-0:2.32.2-1.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-requests@2.32.2-1.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "receptor-0:1.4.8-1.el9ap.src",
"product": {
"name": "receptor-0:1.4.8-1.el9ap.src",
"product_id": "receptor-0:1.4.8-1.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor@1.4.8-1.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-installer-0:2.4-7.1.el9ap.src",
"product": {
"name": "ansible-automation-platform-installer-0:2.4-7.1.el9ap.src",
"product_id": "ansible-automation-platform-installer-0:2.4-7.1.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ansible-automation-platform-installer@2.4-7.1.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pulp-ansible-1:0.20.7-1.el9ap.src",
"product": {
"name": "python-pulp-ansible-1:0.20.7-1.el9ap.src",
"product_id": "python-pulp-ansible-1:0.20.7-1.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pulp-ansible@0.20.7-1.el9ap?arch=src\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "python3x-pydantic-0:1.10.15-1.el8ap.src",
"product": {
"name": "python3x-pydantic-0:1.10.15-1.el8ap.src",
"product_id": "python3x-pydantic-0:1.10.15-1.el8ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3x-pydantic@1.10.15-1.el8ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "python3x-black-0:22.8.0-2.el8ap.src",
"product": {
"name": "python3x-black-0:22.8.0-2.el8ap.src",
"product_id": "python3x-black-0:22.8.0-2.el8ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3x-black@22.8.0-2.el8ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "ansible-core-1:2.15.11-1.el8ap.src",
"product": {
"name": "ansible-core-1:2.15.11-1.el8ap.src",
"product_id": "ansible-core-1:2.15.11-1.el8ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ansible-core@2.15.11-1.el8ap?arch=src\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "python3x-sqlparse-0:0.5.0-1.el8ap.src",
"product": {
"name": "python3x-sqlparse-0:0.5.0-1.el8ap.src",
"product_id": "python3x-sqlparse-0:0.5.0-1.el8ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3x-sqlparse@0.5.0-1.el8ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "python3x-gunicorn-0:22.0.0-1.el8ap.src",
"product": {
"name": "python3x-gunicorn-0:22.0.0-1.el8ap.src",
"product_id": "python3x-gunicorn-0:22.0.0-1.el8ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3x-gunicorn@22.0.0-1.el8ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "python3x-idna-0:3.7-1.el8ap.src",
"product": {
"name": "python3x-idna-0:3.7-1.el8ap.src",
"product_id": "python3x-idna-0:3.7-1.el8ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3x-idna@3.7-1.el8ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "python3x-social-auth-app-django-0:5.4.1-1.el8ap.src",
"product": {
"name": "python3x-social-auth-app-django-0:5.4.1-1.el8ap.src",
"product_id": "python3x-social-auth-app-django-0:5.4.1-1.el8ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3x-social-auth-app-django@5.4.1-1.el8ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "python3x-pillow-0:10.3.0-1.el8ap.src",
"product": {
"name": "python3x-pillow-0:10.3.0-1.el8ap.src",
"product_id": "python3x-pillow-0:10.3.0-1.el8ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3x-pillow@10.3.0-1.el8ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "automation-hub-0:4.9.2-1.el8ap.src",
"product": {
"name": "automation-hub-0:4.9.2-1.el8ap.src",
"product_id": "automation-hub-0:4.9.2-1.el8ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-hub@4.9.2-1.el8ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "python3x-galaxy-ng-0:4.9.2-1.el8ap.src",
"product": {
"name": "python3x-galaxy-ng-0:4.9.2-1.el8ap.src",
"product_id": "python3x-galaxy-ng-0:4.9.2-1.el8ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3x-galaxy-ng@4.9.2-1.el8ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "python3x-jinja2-0:3.1.4-1.el8ap.src",
"product": {
"name": "python3x-jinja2-0:3.1.4-1.el8ap.src",
"product_id": "python3x-jinja2-0:3.1.4-1.el8ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3x-jinja2@3.1.4-1.el8ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "python3x-pulpcore-0:3.28.27-1.el8ap.src",
"product": {
"name": "python3x-pulpcore-0:3.28.27-1.el8ap.src",
"product_id": "python3x-pulpcore-0:3.28.27-1.el8ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3x-pulpcore@3.28.27-1.el8ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "python3x-pyOpenSSL-0:24.1.0-1.el8ap.src",
"product": {
"name": "python3x-pyOpenSSL-0:24.1.0-1.el8ap.src",
"product_id": "python3x-pyOpenSSL-0:24.1.0-1.el8ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3x-pyOpenSSL@24.1.0-1.el8ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "python3x-aiohttp-0:3.9.5-1.el8ap.src",
"product": {
"name": "python3x-aiohttp-0:3.9.5-1.el8ap.src",
"product_id": "python3x-aiohttp-0:3.9.5-1.el8ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3x-aiohttp@3.9.5-1.el8ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "python3x-cryptography-0:42.0.5-1.el8ap.src",
"product": {
"name": "python3x-cryptography-0:42.0.5-1.el8ap.src",
"product_id": "python3x-cryptography-0:42.0.5-1.el8ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3x-cryptography@42.0.5-1.el8ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "automation-eda-controller-0:1.0.7-1.el8ap.src",
"product": {
"name": "automation-eda-controller-0:1.0.7-1.el8ap.src",
"product_id": "automation-eda-controller-0:1.0.7-1.el8ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-eda-controller@1.0.7-1.el8ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "ansible-rulebook-0:1.0.7-1.el8ap.src",
"product": {
"name": "ansible-rulebook-0:1.0.7-1.el8ap.src",
"product_id": "ansible-rulebook-0:1.0.7-1.el8ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ansible-rulebook@1.0.7-1.el8ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "automation-controller-0:4.5.7-1.el8ap.src",
"product": {
"name": "automation-controller-0:4.5.7-1.el8ap.src",
"product_id": "automation-controller-0:4.5.7-1.el8ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller@4.5.7-1.el8ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "python3x-requests-0:2.32.2-1.el8ap.src",
"product": {
"name": "python3x-requests-0:2.32.2-1.el8ap.src",
"product_id": "python3x-requests-0:2.32.2-1.el8ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3x-requests@2.32.2-1.el8ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "receptor-0:1.4.8-1.el8ap.src",
"product": {
"name": "receptor-0:1.4.8-1.el8ap.src",
"product_id": "receptor-0:1.4.8-1.el8ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor@1.4.8-1.el8ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-installer-0:2.4-7.1.el8ap.src",
"product": {
"name": "ansible-automation-platform-installer-0:2.4-7.1.el8ap.src",
"product_id": "ansible-automation-platform-installer-0:2.4-7.1.el8ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ansible-automation-platform-installer@2.4-7.1.el8ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "python3x-pulp-ansible-1:0.20.7-1.el8ap.src",
"product": {
"name": "python3x-pulp-ansible-1:0.20.7-1.el8ap.src",
"product_id": "python3x-pulp-ansible-1:0.20.7-1.el8ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3x-pulp-ansible@0.20.7-1.el8ap?arch=src\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "python3-black-0:22.8.0-2.el9ap.noarch",
"product": {
"name": "python3-black-0:22.8.0-2.el9ap.noarch",
"product_id": "python3-black-0:22.8.0-2.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-black@22.8.0-2.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-pydantic-0:1.10.15-1.el9ap.noarch",
"product": {
"name": "python3-pydantic-0:1.10.15-1.el9ap.noarch",
"product_id": "python3-pydantic-0:1.10.15-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-pydantic@1.10.15-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "ansible-core-1:2.15.11-1.el9ap.noarch",
"product": {
"name": "ansible-core-1:2.15.11-1.el9ap.noarch",
"product_id": "ansible-core-1:2.15.11-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ansible-core@2.15.11-1.el9ap?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "ansible-test-1:2.15.11-1.el9ap.noarch",
"product": {
"name": "ansible-test-1:2.15.11-1.el9ap.noarch",
"product_id": "ansible-test-1:2.15.11-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ansible-test@2.15.11-1.el9ap?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "python3-gunicorn-0:22.0.0-1.el9ap.noarch",
"product": {
"name": "python3-gunicorn-0:22.0.0-1.el9ap.noarch",
"product_id": "python3-gunicorn-0:22.0.0-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-gunicorn@22.0.0-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-sqlparse-0:0.5.0-1.el9ap.noarch",
"product": {
"name": "python3-sqlparse-0:0.5.0-1.el9ap.noarch",
"product_id": "python3-sqlparse-0:0.5.0-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-sqlparse@0.5.0-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch",
"product": {
"name": "python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch",
"product_id": "python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-social-auth-app-django@5.4.1-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-idna-0:3.7-1.el9ap.noarch",
"product": {
"name": "python3-idna-0:3.7-1.el9ap.noarch",
"product_id": "python3-idna-0:3.7-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-idna@3.7-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-galaxy-ng-0:4.9.2-1.el9ap.noarch",
"product": {
"name": "python3-galaxy-ng-0:4.9.2-1.el9ap.noarch",
"product_id": "python3-galaxy-ng-0:4.9.2-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-galaxy-ng@4.9.2-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-hub-0:4.9.2-1.el9ap.noarch",
"product": {
"name": "automation-hub-0:4.9.2-1.el9ap.noarch",
"product_id": "automation-hub-0:4.9.2-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-hub@4.9.2-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-pulpcore-0:3.28.27-1.el9ap.noarch",
"product": {
"name": "python3-pulpcore-0:3.28.27-1.el9ap.noarch",
"product_id": "python3-pulpcore-0:3.28.27-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-pulpcore@3.28.27-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-jinja2-0:3.1.4-1.el9ap.noarch",
"product": {
"name": "python3-jinja2-0:3.1.4-1.el9ap.noarch",
"product_id": "python3-jinja2-0:3.1.4-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-jinja2@3.1.4-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch",
"product": {
"name": "python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch",
"product_id": "python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-pyOpenSSL@24.1.0-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-eda-controller-0:1.0.7-1.el9ap.noarch",
"product": {
"name": "automation-eda-controller-0:1.0.7-1.el9ap.noarch",
"product_id": "automation-eda-controller-0:1.0.7-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-eda-controller@1.0.7-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-eda-controller-server-0:1.0.7-1.el9ap.noarch",
"product": {
"name": "automation-eda-controller-server-0:1.0.7-1.el9ap.noarch",
"product_id": "automation-eda-controller-server-0:1.0.7-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-eda-controller-server@1.0.7-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch",
"product": {
"name": "automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch",
"product_id": "automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-eda-controller-ui@1.0.7-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "ansible-rulebook-0:1.0.7-1.el9ap.noarch",
"product": {
"name": "ansible-rulebook-0:1.0.7-1.el9ap.noarch",
"product_id": "ansible-rulebook-0:1.0.7-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ansible-rulebook@1.0.7-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"product": {
"name": "automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"product_id": "automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-cli@4.5.7-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-controller-server-0:4.5.7-1.el9ap.noarch",
"product": {
"name": "automation-controller-server-0:4.5.7-1.el9ap.noarch",
"product_id": "automation-controller-server-0:4.5.7-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-server@4.5.7-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"product": {
"name": "automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"product_id": "automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-ui@4.5.7-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-requests-0:2.32.2-1.el9ap.noarch",
"product": {
"name": "python3-requests-0:2.32.2-1.el9ap.noarch",
"product_id": "python3-requests-0:2.32.2-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-requests@2.32.2-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "receptorctl-0:1.4.8-1.el9ap.noarch",
"product": {
"name": "receptorctl-0:1.4.8-1.el9ap.noarch",
"product_id": "receptorctl-0:1.4.8-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptorctl@1.4.8-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch",
"product": {
"name": "ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch",
"product_id": "ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ansible-automation-platform-installer@2.4-7.1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-pulp-ansible-1:0.20.7-1.el9ap.noarch",
"product": {
"name": "python3-pulp-ansible-1:0.20.7-1.el9ap.noarch",
"product_id": "python3-pulp-ansible-1:0.20.7-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-pulp-ansible@0.20.7-1.el9ap?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "python39-pydantic-0:1.10.15-1.el8ap.noarch",
"product": {
"name": "python39-pydantic-0:1.10.15-1.el8ap.noarch",
"product_id": "python39-pydantic-0:1.10.15-1.el8ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-pydantic@1.10.15-1.el8ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python39-black-0:22.8.0-2.el8ap.noarch",
"product": {
"name": "python39-black-0:22.8.0-2.el8ap.noarch",
"product_id": "python39-black-0:22.8.0-2.el8ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-black@22.8.0-2.el8ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "ansible-core-1:2.15.11-1.el8ap.noarch",
"product": {
"name": "ansible-core-1:2.15.11-1.el8ap.noarch",
"product_id": "ansible-core-1:2.15.11-1.el8ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ansible-core@2.15.11-1.el8ap?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "ansible-test-1:2.15.11-1.el8ap.noarch",
"product": {
"name": "ansible-test-1:2.15.11-1.el8ap.noarch",
"product_id": "ansible-test-1:2.15.11-1.el8ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ansible-test@2.15.11-1.el8ap?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "python39-sqlparse-0:0.5.0-1.el8ap.noarch",
"product": {
"name": "python39-sqlparse-0:0.5.0-1.el8ap.noarch",
"product_id": "python39-sqlparse-0:0.5.0-1.el8ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-sqlparse@0.5.0-1.el8ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python39-gunicorn-0:22.0.0-1.el8ap.noarch",
"product": {
"name": "python39-gunicorn-0:22.0.0-1.el8ap.noarch",
"product_id": "python39-gunicorn-0:22.0.0-1.el8ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-gunicorn@22.0.0-1.el8ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python39-idna-0:3.7-1.el8ap.noarch",
"product": {
"name": "python39-idna-0:3.7-1.el8ap.noarch",
"product_id": "python39-idna-0:3.7-1.el8ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-idna@3.7-1.el8ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch",
"product": {
"name": "python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch",
"product_id": "python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-social-auth-app-django@5.4.1-1.el8ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-hub-0:4.9.2-1.el8ap.noarch",
"product": {
"name": "automation-hub-0:4.9.2-1.el8ap.noarch",
"product_id": "automation-hub-0:4.9.2-1.el8ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-hub@4.9.2-1.el8ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python39-galaxy-ng-0:4.9.2-1.el8ap.noarch",
"product": {
"name": "python39-galaxy-ng-0:4.9.2-1.el8ap.noarch",
"product_id": "python39-galaxy-ng-0:4.9.2-1.el8ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-galaxy-ng@4.9.2-1.el8ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python39-jinja2-0:3.1.4-1.el8ap.noarch",
"product": {
"name": "python39-jinja2-0:3.1.4-1.el8ap.noarch",
"product_id": "python39-jinja2-0:3.1.4-1.el8ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-jinja2@3.1.4-1.el8ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python39-pulpcore-0:3.28.27-1.el8ap.noarch",
"product": {
"name": "python39-pulpcore-0:3.28.27-1.el8ap.noarch",
"product_id": "python39-pulpcore-0:3.28.27-1.el8ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-pulpcore@3.28.27-1.el8ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch",
"product": {
"name": "python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch",
"product_id": "python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-pyOpenSSL@24.1.0-1.el8ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-eda-controller-0:1.0.7-1.el8ap.noarch",
"product": {
"name": "automation-eda-controller-0:1.0.7-1.el8ap.noarch",
"product_id": "automation-eda-controller-0:1.0.7-1.el8ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-eda-controller@1.0.7-1.el8ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-eda-controller-server-0:1.0.7-1.el8ap.noarch",
"product": {
"name": "automation-eda-controller-server-0:1.0.7-1.el8ap.noarch",
"product_id": "automation-eda-controller-server-0:1.0.7-1.el8ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-eda-controller-server@1.0.7-1.el8ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch",
"product": {
"name": "automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch",
"product_id": "automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-eda-controller-ui@1.0.7-1.el8ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "ansible-rulebook-0:1.0.7-1.el8ap.noarch",
"product": {
"name": "ansible-rulebook-0:1.0.7-1.el8ap.noarch",
"product_id": "ansible-rulebook-0:1.0.7-1.el8ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ansible-rulebook@1.0.7-1.el8ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"product": {
"name": "automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"product_id": "automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-cli@4.5.7-1.el8ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-controller-server-0:4.5.7-1.el8ap.noarch",
"product": {
"name": "automation-controller-server-0:4.5.7-1.el8ap.noarch",
"product_id": "automation-controller-server-0:4.5.7-1.el8ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-server@4.5.7-1.el8ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"product": {
"name": "automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"product_id": "automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-ui@4.5.7-1.el8ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python39-requests-0:2.32.2-1.el8ap.noarch",
"product": {
"name": "python39-requests-0:2.32.2-1.el8ap.noarch",
"product_id": "python39-requests-0:2.32.2-1.el8ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-requests@2.32.2-1.el8ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "receptorctl-0:1.4.8-1.el8ap.noarch",
"product": {
"name": "receptorctl-0:1.4.8-1.el8ap.noarch",
"product_id": "receptorctl-0:1.4.8-1.el8ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptorctl@1.4.8-1.el8ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch",
"product": {
"name": "ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch",
"product_id": "ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ansible-automation-platform-installer@2.4-7.1.el8ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python39-pulp-ansible-1:0.20.7-1.el8ap.noarch",
"product": {
"name": "python39-pulp-ansible-1:0.20.7-1.el8ap.noarch",
"product_id": "python39-pulp-ansible-1:0.20.7-1.el8ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-pulp-ansible@0.20.7-1.el8ap?arch=noarch\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "python3-pillow-0:10.3.0-1.el9ap.x86_64",
"product": {
"name": "python3-pillow-0:10.3.0-1.el9ap.x86_64",
"product_id": "python3-pillow-0:10.3.0-1.el9ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-pillow@10.3.0-1.el9ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64",
"product": {
"name": "python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64",
"product_id": "python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pillow-debugsource@10.3.0-1.el9ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64",
"product": {
"name": "python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64",
"product_id": "python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-pillow-debuginfo@10.3.0-1.el9ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-aiohttp-0:3.9.5-1.el9ap.x86_64",
"product": {
"name": "python3-aiohttp-0:3.9.5-1.el9ap.x86_64",
"product_id": "python3-aiohttp-0:3.9.5-1.el9ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-aiohttp@3.9.5-1.el9ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64",
"product": {
"name": "python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64",
"product_id": "python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-aiohttp-debugsource@3.9.5-1.el9ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64",
"product": {
"name": "python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64",
"product_id": "python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-aiohttp-debuginfo@3.9.5-1.el9ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"product": {
"name": "python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"product_id": "python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-cryptography@42.0.5-1.el9ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"product": {
"name": "python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"product_id": "python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-cryptography-debugsource@42.0.5-1.el9ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"product": {
"name": "python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"product_id": "python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-cryptography-debuginfo@42.0.5-1.el9ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "automation-controller-0:4.5.7-1.el9ap.x86_64",
"product": {
"name": "automation-controller-0:4.5.7-1.el9ap.x86_64",
"product_id": "automation-controller-0:4.5.7-1.el9ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller@4.5.7-1.el9ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"product": {
"name": "automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"product_id": "automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.5.7-1.el9ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "receptor-0:1.4.8-1.el9ap.x86_64",
"product": {
"name": "receptor-0:1.4.8-1.el9ap.x86_64",
"product_id": "receptor-0:1.4.8-1.el9ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor@1.4.8-1.el9ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python39-pillow-0:10.3.0-1.el8ap.x86_64",
"product": {
"name": "python39-pillow-0:10.3.0-1.el8ap.x86_64",
"product_id": "python39-pillow-0:10.3.0-1.el8ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-pillow@10.3.0-1.el8ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64",
"product": {
"name": "python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64",
"product_id": "python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3x-pillow-debugsource@10.3.0-1.el8ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64",
"product": {
"name": "python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64",
"product_id": "python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-pillow-debuginfo@10.3.0-1.el8ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python39-aiohttp-0:3.9.5-1.el8ap.x86_64",
"product": {
"name": "python39-aiohttp-0:3.9.5-1.el8ap.x86_64",
"product_id": "python39-aiohttp-0:3.9.5-1.el8ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-aiohttp@3.9.5-1.el8ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64",
"product": {
"name": "python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64",
"product_id": "python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3x-aiohttp-debugsource@3.9.5-1.el8ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64",
"product": {
"name": "python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64",
"product_id": "python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-aiohttp-debuginfo@3.9.5-1.el8ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"product": {
"name": "python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"product_id": "python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-cryptography@42.0.5-1.el8ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"product": {
"name": "python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"product_id": "python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3x-cryptography-debugsource@42.0.5-1.el8ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"product": {
"name": "python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"product_id": "python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-cryptography-debuginfo@42.0.5-1.el8ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "automation-controller-0:4.5.7-1.el8ap.x86_64",
"product": {
"name": "automation-controller-0:4.5.7-1.el8ap.x86_64",
"product_id": "automation-controller-0:4.5.7-1.el8ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller@4.5.7-1.el8ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"product": {
"name": "automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"product_id": "automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.5.7-1.el8ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "receptor-0:1.4.8-1.el8ap.x86_64",
"product": {
"name": "receptor-0:1.4.8-1.el8ap.x86_64",
"product_id": "receptor-0:1.4.8-1.el8ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor@1.4.8-1.el8ap?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "python3-pillow-0:10.3.0-1.el9ap.ppc64le",
"product": {
"name": "python3-pillow-0:10.3.0-1.el9ap.ppc64le",
"product_id": "python3-pillow-0:10.3.0-1.el9ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-pillow@10.3.0-1.el9ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le",
"product": {
"name": "python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le",
"product_id": "python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pillow-debugsource@10.3.0-1.el9ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le",
"product": {
"name": "python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le",
"product_id": "python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-pillow-debuginfo@10.3.0-1.el9ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-aiohttp-0:3.9.5-1.el9ap.ppc64le",
"product": {
"name": "python3-aiohttp-0:3.9.5-1.el9ap.ppc64le",
"product_id": "python3-aiohttp-0:3.9.5-1.el9ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-aiohttp@3.9.5-1.el9ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le",
"product": {
"name": "python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le",
"product_id": "python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-aiohttp-debugsource@3.9.5-1.el9ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le",
"product": {
"name": "python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le",
"product_id": "python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-aiohttp-debuginfo@3.9.5-1.el9ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"product": {
"name": "python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"product_id": "python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-cryptography@42.0.5-1.el9ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"product": {
"name": "python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"product_id": "python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-cryptography-debugsource@42.0.5-1.el9ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"product": {
"name": "python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"product_id": "python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-cryptography-debuginfo@42.0.5-1.el9ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "automation-controller-0:4.5.7-1.el9ap.ppc64le",
"product": {
"name": "automation-controller-0:4.5.7-1.el9ap.ppc64le",
"product_id": "automation-controller-0:4.5.7-1.el9ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller@4.5.7-1.el9ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"product": {
"name": "automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"product_id": "automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.5.7-1.el9ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "receptor-0:1.4.8-1.el9ap.ppc64le",
"product": {
"name": "receptor-0:1.4.8-1.el9ap.ppc64le",
"product_id": "receptor-0:1.4.8-1.el9ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor@1.4.8-1.el9ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python39-pillow-0:10.3.0-1.el8ap.ppc64le",
"product": {
"name": "python39-pillow-0:10.3.0-1.el8ap.ppc64le",
"product_id": "python39-pillow-0:10.3.0-1.el8ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-pillow@10.3.0-1.el8ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le",
"product": {
"name": "python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le",
"product_id": "python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3x-pillow-debugsource@10.3.0-1.el8ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le",
"product": {
"name": "python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le",
"product_id": "python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-pillow-debuginfo@10.3.0-1.el8ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python39-aiohttp-0:3.9.5-1.el8ap.ppc64le",
"product": {
"name": "python39-aiohttp-0:3.9.5-1.el8ap.ppc64le",
"product_id": "python39-aiohttp-0:3.9.5-1.el8ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-aiohttp@3.9.5-1.el8ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le",
"product": {
"name": "python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le",
"product_id": "python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3x-aiohttp-debugsource@3.9.5-1.el8ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le",
"product": {
"name": "python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le",
"product_id": "python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-aiohttp-debuginfo@3.9.5-1.el8ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"product": {
"name": "python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"product_id": "python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-cryptography@42.0.5-1.el8ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"product": {
"name": "python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"product_id": "python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3x-cryptography-debugsource@42.0.5-1.el8ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"product": {
"name": "python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"product_id": "python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-cryptography-debuginfo@42.0.5-1.el8ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "automation-controller-0:4.5.7-1.el8ap.ppc64le",
"product": {
"name": "automation-controller-0:4.5.7-1.el8ap.ppc64le",
"product_id": "automation-controller-0:4.5.7-1.el8ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller@4.5.7-1.el8ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"product": {
"name": "automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"product_id": "automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.5.7-1.el8ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "receptor-0:1.4.8-1.el8ap.ppc64le",
"product": {
"name": "receptor-0:1.4.8-1.el8ap.ppc64le",
"product_id": "receptor-0:1.4.8-1.el8ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor@1.4.8-1.el8ap?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "python3-pillow-0:10.3.0-1.el9ap.s390x",
"product": {
"name": "python3-pillow-0:10.3.0-1.el9ap.s390x",
"product_id": "python3-pillow-0:10.3.0-1.el9ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-pillow@10.3.0-1.el9ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python-pillow-debugsource-0:10.3.0-1.el9ap.s390x",
"product": {
"name": "python-pillow-debugsource-0:10.3.0-1.el9ap.s390x",
"product_id": "python-pillow-debugsource-0:10.3.0-1.el9ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pillow-debugsource@10.3.0-1.el9ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x",
"product": {
"name": "python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x",
"product_id": "python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-pillow-debuginfo@10.3.0-1.el9ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-aiohttp-0:3.9.5-1.el9ap.s390x",
"product": {
"name": "python3-aiohttp-0:3.9.5-1.el9ap.s390x",
"product_id": "python3-aiohttp-0:3.9.5-1.el9ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-aiohttp@3.9.5-1.el9ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x",
"product": {
"name": "python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x",
"product_id": "python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-aiohttp-debugsource@3.9.5-1.el9ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x",
"product": {
"name": "python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x",
"product_id": "python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-aiohttp-debuginfo@3.9.5-1.el9ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-cryptography-0:42.0.5-1.el9ap.s390x",
"product": {
"name": "python3-cryptography-0:42.0.5-1.el9ap.s390x",
"product_id": "python3-cryptography-0:42.0.5-1.el9ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-cryptography@42.0.5-1.el9ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"product": {
"name": "python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"product_id": "python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-cryptography-debugsource@42.0.5-1.el9ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"product": {
"name": "python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"product_id": "python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-cryptography-debuginfo@42.0.5-1.el9ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "automation-controller-0:4.5.7-1.el9ap.s390x",
"product": {
"name": "automation-controller-0:4.5.7-1.el9ap.s390x",
"product_id": "automation-controller-0:4.5.7-1.el9ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller@4.5.7-1.el9ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"product": {
"name": "automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"product_id": "automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.5.7-1.el9ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "receptor-0:1.4.8-1.el9ap.s390x",
"product": {
"name": "receptor-0:1.4.8-1.el9ap.s390x",
"product_id": "receptor-0:1.4.8-1.el9ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor@1.4.8-1.el9ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python39-pillow-0:10.3.0-1.el8ap.s390x",
"product": {
"name": "python39-pillow-0:10.3.0-1.el8ap.s390x",
"product_id": "python39-pillow-0:10.3.0-1.el8ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-pillow@10.3.0-1.el8ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x",
"product": {
"name": "python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x",
"product_id": "python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3x-pillow-debugsource@10.3.0-1.el8ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x",
"product": {
"name": "python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x",
"product_id": "python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-pillow-debuginfo@10.3.0-1.el8ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python39-aiohttp-0:3.9.5-1.el8ap.s390x",
"product": {
"name": "python39-aiohttp-0:3.9.5-1.el8ap.s390x",
"product_id": "python39-aiohttp-0:3.9.5-1.el8ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-aiohttp@3.9.5-1.el8ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x",
"product": {
"name": "python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x",
"product_id": "python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3x-aiohttp-debugsource@3.9.5-1.el8ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x",
"product": {
"name": "python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x",
"product_id": "python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-aiohttp-debuginfo@3.9.5-1.el8ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python39-cryptography-0:42.0.5-1.el8ap.s390x",
"product": {
"name": "python39-cryptography-0:42.0.5-1.el8ap.s390x",
"product_id": "python39-cryptography-0:42.0.5-1.el8ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-cryptography@42.0.5-1.el8ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"product": {
"name": "python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"product_id": "python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3x-cryptography-debugsource@42.0.5-1.el8ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"product": {
"name": "python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"product_id": "python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-cryptography-debuginfo@42.0.5-1.el8ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "automation-controller-0:4.5.7-1.el8ap.s390x",
"product": {
"name": "automation-controller-0:4.5.7-1.el8ap.s390x",
"product_id": "automation-controller-0:4.5.7-1.el8ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller@4.5.7-1.el8ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"product": {
"name": "automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"product_id": "automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.5.7-1.el8ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "receptor-0:1.4.8-1.el8ap.s390x",
"product": {
"name": "receptor-0:1.4.8-1.el8ap.s390x",
"product_id": "receptor-0:1.4.8-1.el8ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor@1.4.8-1.el8ap?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "python3-pillow-0:10.3.0-1.el9ap.aarch64",
"product": {
"name": "python3-pillow-0:10.3.0-1.el9ap.aarch64",
"product_id": "python3-pillow-0:10.3.0-1.el9ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-pillow@10.3.0-1.el9ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64",
"product": {
"name": "python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64",
"product_id": "python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pillow-debugsource@10.3.0-1.el9ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64",
"product": {
"name": "python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64",
"product_id": "python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-pillow-debuginfo@10.3.0-1.el9ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-aiohttp-0:3.9.5-1.el9ap.aarch64",
"product": {
"name": "python3-aiohttp-0:3.9.5-1.el9ap.aarch64",
"product_id": "python3-aiohttp-0:3.9.5-1.el9ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-aiohttp@3.9.5-1.el9ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64",
"product": {
"name": "python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64",
"product_id": "python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-aiohttp-debugsource@3.9.5-1.el9ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64",
"product": {
"name": "python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64",
"product_id": "python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-aiohttp-debuginfo@3.9.5-1.el9ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"product": {
"name": "python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"product_id": "python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-cryptography@42.0.5-1.el9ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"product": {
"name": "python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"product_id": "python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-cryptography-debugsource@42.0.5-1.el9ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"product": {
"name": "python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"product_id": "python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-cryptography-debuginfo@42.0.5-1.el9ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "automation-controller-0:4.5.7-1.el9ap.aarch64",
"product": {
"name": "automation-controller-0:4.5.7-1.el9ap.aarch64",
"product_id": "automation-controller-0:4.5.7-1.el9ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller@4.5.7-1.el9ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"product": {
"name": "automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"product_id": "automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.5.7-1.el9ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "receptor-0:1.4.8-1.el9ap.aarch64",
"product": {
"name": "receptor-0:1.4.8-1.el9ap.aarch64",
"product_id": "receptor-0:1.4.8-1.el9ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor@1.4.8-1.el9ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python39-pillow-0:10.3.0-1.el8ap.aarch64",
"product": {
"name": "python39-pillow-0:10.3.0-1.el8ap.aarch64",
"product_id": "python39-pillow-0:10.3.0-1.el8ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-pillow@10.3.0-1.el8ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64",
"product": {
"name": "python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64",
"product_id": "python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3x-pillow-debugsource@10.3.0-1.el8ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64",
"product": {
"name": "python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64",
"product_id": "python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-pillow-debuginfo@10.3.0-1.el8ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python39-aiohttp-0:3.9.5-1.el8ap.aarch64",
"product": {
"name": "python39-aiohttp-0:3.9.5-1.el8ap.aarch64",
"product_id": "python39-aiohttp-0:3.9.5-1.el8ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-aiohttp@3.9.5-1.el8ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64",
"product": {
"name": "python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64",
"product_id": "python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3x-aiohttp-debugsource@3.9.5-1.el8ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64",
"product": {
"name": "python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64",
"product_id": "python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-aiohttp-debuginfo@3.9.5-1.el8ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"product": {
"name": "python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"product_id": "python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-cryptography@42.0.5-1.el8ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"product": {
"name": "python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"product_id": "python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3x-cryptography-debugsource@42.0.5-1.el8ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"product": {
"name": "python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"product_id": "python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-cryptography-debuginfo@42.0.5-1.el8ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "automation-controller-0:4.5.7-1.el8ap.aarch64",
"product": {
"name": "automation-controller-0:4.5.7-1.el8ap.aarch64",
"product_id": "automation-controller-0:4.5.7-1.el8ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller@4.5.7-1.el8ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"product": {
"name": "automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"product_id": "automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.5.7-1.el8ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "receptor-0:1.4.8-1.el8ap.aarch64",
"product": {
"name": "receptor-0:1.4.8-1.el8ap.aarch64",
"product_id": "receptor-0:1.4.8-1.el8ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor@1.4.8-1.el8ap?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-core-1:2.15.11-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch"
},
"product_reference": "ansible-core-1:2.15.11-1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-core-1:2.15.11-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src"
},
"product_reference": "ansible-core-1:2.15.11-1.el8ap.src",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-test-1:2.15.11-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch"
},
"product_reference": "ansible-test-1:2.15.11-1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.5.7-1.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64"
},
"product_reference": "automation-controller-0:4.5.7-1.el8ap.aarch64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.5.7-1.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le"
},
"product_reference": "automation-controller-0:4.5.7-1.el8ap.ppc64le",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.5.7-1.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x"
},
"product_reference": "automation-controller-0:4.5.7-1.el8ap.s390x",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.5.7-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src"
},
"product_reference": "automation-controller-0:4.5.7-1.el8ap.src",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.5.7-1.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64"
},
"product_reference": "automation-controller-0:4.5.7-1.el8ap.x86_64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-cli-0:4.5.7-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch"
},
"product_reference": "automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-server-0:4.5.7-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch"
},
"product_reference": "automation-controller-server-0:4.5.7-1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-ui-0:4.5.7-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch"
},
"product_reference": "automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64"
},
"product_reference": "automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le"
},
"product_reference": "automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x"
},
"product_reference": "automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64"
},
"product_reference": "automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-black-0:22.8.0-2.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch"
},
"product_reference": "python39-black-0:22.8.0-2.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-cryptography-0:42.0.5-1.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64"
},
"product_reference": "python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-cryptography-0:42.0.5-1.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le"
},
"product_reference": "python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-cryptography-0:42.0.5-1.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x"
},
"product_reference": "python39-cryptography-0:42.0.5-1.el8ap.s390x",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-cryptography-0:42.0.5-1.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64"
},
"product_reference": "python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64"
},
"product_reference": "python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le"
},
"product_reference": "python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x"
},
"product_reference": "python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64"
},
"product_reference": "python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-idna-0:3.7-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch"
},
"product_reference": "python39-idna-0:3.7-1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-jinja2-0:3.1.4-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch"
},
"product_reference": "python39-jinja2-0:3.1.4-1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-requests-0:2.32.2-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch"
},
"product_reference": "python39-requests-0:2.32.2-1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3x-black-0:22.8.0-2.el8ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src"
},
"product_reference": "python3x-black-0:22.8.0-2.el8ap.src",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3x-cryptography-0:42.0.5-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src"
},
"product_reference": "python3x-cryptography-0:42.0.5-1.el8ap.src",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64"
},
"product_reference": "python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le"
},
"product_reference": "python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x"
},
"product_reference": "python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64"
},
"product_reference": "python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3x-idna-0:3.7-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src"
},
"product_reference": "python3x-idna-0:3.7-1.el8ap.src",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3x-jinja2-0:3.1.4-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src"
},
"product_reference": "python3x-jinja2-0:3.1.4-1.el8ap.src",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3x-requests-0:2.32.2-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src"
},
"product_reference": "python3x-requests-0:2.32.2-1.el8ap.src",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.4.8-1.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64"
},
"product_reference": "receptor-0:1.4.8-1.el8ap.aarch64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.4.8-1.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le"
},
"product_reference": "receptor-0:1.4.8-1.el8ap.ppc64le",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.4.8-1.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x"
},
"product_reference": "receptor-0:1.4.8-1.el8ap.s390x",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.4.8-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src"
},
"product_reference": "receptor-0:1.4.8-1.el8ap.src",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.4.8-1.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64"
},
"product_reference": "receptor-0:1.4.8-1.el8ap.x86_64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptorctl-0:1.4.8-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch"
},
"product_reference": "receptorctl-0:1.4.8-1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-core-1:2.15.11-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch"
},
"product_reference": "ansible-core-1:2.15.11-1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-core-1:2.15.11-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src"
},
"product_reference": "ansible-core-1:2.15.11-1.el8ap.src",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-test-1:2.15.11-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch"
},
"product_reference": "ansible-test-1:2.15.11-1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-black-0:22.8.0-2.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch"
},
"product_reference": "python39-black-0:22.8.0-2.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-cryptography-0:42.0.5-1.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64"
},
"product_reference": "python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-cryptography-0:42.0.5-1.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le"
},
"product_reference": "python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-cryptography-0:42.0.5-1.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x"
},
"product_reference": "python39-cryptography-0:42.0.5-1.el8ap.s390x",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-cryptography-0:42.0.5-1.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64"
},
"product_reference": "python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64"
},
"product_reference": "python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le"
},
"product_reference": "python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x"
},
"product_reference": "python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64"
},
"product_reference": "python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-jinja2-0:3.1.4-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch"
},
"product_reference": "python39-jinja2-0:3.1.4-1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3x-black-0:22.8.0-2.el8ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src"
},
"product_reference": "python3x-black-0:22.8.0-2.el8ap.src",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3x-cryptography-0:42.0.5-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src"
},
"product_reference": "python3x-cryptography-0:42.0.5-1.el8ap.src",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64"
},
"product_reference": "python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le"
},
"product_reference": "python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x"
},
"product_reference": "python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64"
},
"product_reference": "python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3x-jinja2-0:3.1.4-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src"
},
"product_reference": "python3x-jinja2-0:3.1.4-1.el8ap.src",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.4.8-1.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64"
},
"product_reference": "receptor-0:1.4.8-1.el8ap.aarch64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.4.8-1.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le"
},
"product_reference": "receptor-0:1.4.8-1.el8ap.ppc64le",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.4.8-1.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x"
},
"product_reference": "receptor-0:1.4.8-1.el8ap.s390x",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.4.8-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src"
},
"product_reference": "receptor-0:1.4.8-1.el8ap.src",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.4.8-1.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64"
},
"product_reference": "receptor-0:1.4.8-1.el8ap.x86_64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptorctl-0:1.4.8-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch"
},
"product_reference": "receptorctl-0:1.4.8-1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch"
},
"product_reference": "ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-installer-0:2.4-7.1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src"
},
"product_reference": "ansible-automation-platform-installer-0:2.4-7.1.el8ap.src",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-core-1:2.15.11-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch"
},
"product_reference": "ansible-core-1:2.15.11-1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-core-1:2.15.11-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src"
},
"product_reference": "ansible-core-1:2.15.11-1.el8ap.src",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-rulebook-0:1.0.7-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch"
},
"product_reference": "ansible-rulebook-0:1.0.7-1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-rulebook-0:1.0.7-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src"
},
"product_reference": "ansible-rulebook-0:1.0.7-1.el8ap.src",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-test-1:2.15.11-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch"
},
"product_reference": "ansible-test-1:2.15.11-1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.5.7-1.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64"
},
"product_reference": "automation-controller-0:4.5.7-1.el8ap.aarch64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.5.7-1.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le"
},
"product_reference": "automation-controller-0:4.5.7-1.el8ap.ppc64le",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.5.7-1.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x"
},
"product_reference": "automation-controller-0:4.5.7-1.el8ap.s390x",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.5.7-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src"
},
"product_reference": "automation-controller-0:4.5.7-1.el8ap.src",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.5.7-1.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64"
},
"product_reference": "automation-controller-0:4.5.7-1.el8ap.x86_64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-cli-0:4.5.7-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch"
},
"product_reference": "automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-server-0:4.5.7-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch"
},
"product_reference": "automation-controller-server-0:4.5.7-1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-ui-0:4.5.7-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch"
},
"product_reference": "automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64"
},
"product_reference": "automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le"
},
"product_reference": "automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x"
},
"product_reference": "automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64"
},
"product_reference": "automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-eda-controller-0:1.0.7-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch"
},
"product_reference": "automation-eda-controller-0:1.0.7-1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-eda-controller-0:1.0.7-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src"
},
"product_reference": "automation-eda-controller-0:1.0.7-1.el8ap.src",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-eda-controller-server-0:1.0.7-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch"
},
"product_reference": "automation-eda-controller-server-0:1.0.7-1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch"
},
"product_reference": "automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-hub-0:4.9.2-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch"
},
"product_reference": "automation-hub-0:4.9.2-1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-hub-0:4.9.2-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src"
},
"product_reference": "automation-hub-0:4.9.2-1.el8ap.src",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-aiohttp-0:3.9.5-1.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64"
},
"product_reference": "python39-aiohttp-0:3.9.5-1.el8ap.aarch64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-aiohttp-0:3.9.5-1.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le"
},
"product_reference": "python39-aiohttp-0:3.9.5-1.el8ap.ppc64le",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-aiohttp-0:3.9.5-1.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x"
},
"product_reference": "python39-aiohttp-0:3.9.5-1.el8ap.s390x",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-aiohttp-0:3.9.5-1.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64"
},
"product_reference": "python39-aiohttp-0:3.9.5-1.el8ap.x86_64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64"
},
"product_reference": "python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le"
},
"product_reference": "python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x"
},
"product_reference": "python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64"
},
"product_reference": "python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-black-0:22.8.0-2.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch"
},
"product_reference": "python39-black-0:22.8.0-2.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-cryptography-0:42.0.5-1.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64"
},
"product_reference": "python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-cryptography-0:42.0.5-1.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le"
},
"product_reference": "python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-cryptography-0:42.0.5-1.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x"
},
"product_reference": "python39-cryptography-0:42.0.5-1.el8ap.s390x",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-cryptography-0:42.0.5-1.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64"
},
"product_reference": "python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64"
},
"product_reference": "python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le"
},
"product_reference": "python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x"
},
"product_reference": "python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64"
},
"product_reference": "python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-galaxy-ng-0:4.9.2-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch"
},
"product_reference": "python39-galaxy-ng-0:4.9.2-1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-gunicorn-0:22.0.0-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch"
},
"product_reference": "python39-gunicorn-0:22.0.0-1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-idna-0:3.7-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch"
},
"product_reference": "python39-idna-0:3.7-1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-jinja2-0:3.1.4-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch"
},
"product_reference": "python39-jinja2-0:3.1.4-1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pillow-0:10.3.0-1.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64"
},
"product_reference": "python39-pillow-0:10.3.0-1.el8ap.aarch64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pillow-0:10.3.0-1.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le"
},
"product_reference": "python39-pillow-0:10.3.0-1.el8ap.ppc64le",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pillow-0:10.3.0-1.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x"
},
"product_reference": "python39-pillow-0:10.3.0-1.el8ap.s390x",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pillow-0:10.3.0-1.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64"
},
"product_reference": "python39-pillow-0:10.3.0-1.el8ap.x86_64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64"
},
"product_reference": "python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le"
},
"product_reference": "python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x"
},
"product_reference": "python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64"
},
"product_reference": "python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pulp-ansible-1:0.20.7-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch"
},
"product_reference": "python39-pulp-ansible-1:0.20.7-1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pulpcore-0:3.28.27-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch"
},
"product_reference": "python39-pulpcore-0:3.28.27-1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch"
},
"product_reference": "python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pydantic-0:1.10.15-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch"
},
"product_reference": "python39-pydantic-0:1.10.15-1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-requests-0:2.32.2-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch"
},
"product_reference": "python39-requests-0:2.32.2-1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch"
},
"product_reference": "python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-sqlparse-0:0.5.0-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch"
},
"product_reference": "python39-sqlparse-0:0.5.0-1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3x-aiohttp-0:3.9.5-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src"
},
"product_reference": "python3x-aiohttp-0:3.9.5-1.el8ap.src",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64"
},
"product_reference": "python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le"
},
"product_reference": "python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x"
},
"product_reference": "python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64"
},
"product_reference": "python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3x-black-0:22.8.0-2.el8ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src"
},
"product_reference": "python3x-black-0:22.8.0-2.el8ap.src",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3x-cryptography-0:42.0.5-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src"
},
"product_reference": "python3x-cryptography-0:42.0.5-1.el8ap.src",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64"
},
"product_reference": "python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le"
},
"product_reference": "python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x"
},
"product_reference": "python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64"
},
"product_reference": "python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3x-galaxy-ng-0:4.9.2-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src"
},
"product_reference": "python3x-galaxy-ng-0:4.9.2-1.el8ap.src",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3x-gunicorn-0:22.0.0-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src"
},
"product_reference": "python3x-gunicorn-0:22.0.0-1.el8ap.src",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3x-idna-0:3.7-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src"
},
"product_reference": "python3x-idna-0:3.7-1.el8ap.src",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3x-jinja2-0:3.1.4-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src"
},
"product_reference": "python3x-jinja2-0:3.1.4-1.el8ap.src",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3x-pillow-0:10.3.0-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src"
},
"product_reference": "python3x-pillow-0:10.3.0-1.el8ap.src",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64"
},
"product_reference": "python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le"
},
"product_reference": "python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x"
},
"product_reference": "python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64"
},
"product_reference": "python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3x-pulp-ansible-1:0.20.7-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src"
},
"product_reference": "python3x-pulp-ansible-1:0.20.7-1.el8ap.src",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3x-pulpcore-0:3.28.27-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src"
},
"product_reference": "python3x-pulpcore-0:3.28.27-1.el8ap.src",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3x-pyOpenSSL-0:24.1.0-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src"
},
"product_reference": "python3x-pyOpenSSL-0:24.1.0-1.el8ap.src",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3x-pydantic-0:1.10.15-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src"
},
"product_reference": "python3x-pydantic-0:1.10.15-1.el8ap.src",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3x-requests-0:2.32.2-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src"
},
"product_reference": "python3x-requests-0:2.32.2-1.el8ap.src",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3x-social-auth-app-django-0:5.4.1-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src"
},
"product_reference": "python3x-social-auth-app-django-0:5.4.1-1.el8ap.src",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3x-sqlparse-0:0.5.0-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src"
},
"product_reference": "python3x-sqlparse-0:0.5.0-1.el8ap.src",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.4.8-1.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64"
},
"product_reference": "receptor-0:1.4.8-1.el8ap.aarch64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.4.8-1.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le"
},
"product_reference": "receptor-0:1.4.8-1.el8ap.ppc64le",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.4.8-1.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x"
},
"product_reference": "receptor-0:1.4.8-1.el8ap.s390x",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.4.8-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src"
},
"product_reference": "receptor-0:1.4.8-1.el8ap.src",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.4.8-1.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64"
},
"product_reference": "receptor-0:1.4.8-1.el8ap.x86_64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptorctl-0:1.4.8-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch"
},
"product_reference": "receptorctl-0:1.4.8-1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-core-1:2.15.11-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch"
},
"product_reference": "ansible-core-1:2.15.11-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-core-1:2.15.11-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src"
},
"product_reference": "ansible-core-1:2.15.11-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-test-1:2.15.11-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch"
},
"product_reference": "ansible-test-1:2.15.11-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.5.7-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64"
},
"product_reference": "automation-controller-0:4.5.7-1.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.5.7-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le"
},
"product_reference": "automation-controller-0:4.5.7-1.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.5.7-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x"
},
"product_reference": "automation-controller-0:4.5.7-1.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.5.7-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src"
},
"product_reference": "automation-controller-0:4.5.7-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.5.7-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64"
},
"product_reference": "automation-controller-0:4.5.7-1.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-cli-0:4.5.7-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch"
},
"product_reference": "automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-server-0:4.5.7-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch"
},
"product_reference": "automation-controller-server-0:4.5.7-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-ui-0:4.5.7-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch"
},
"product_reference": "automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64"
},
"product_reference": "automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le"
},
"product_reference": "automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x"
},
"product_reference": "automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64"
},
"product_reference": "automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-black-0:22.8.0-2.el9ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src"
},
"product_reference": "python-black-0:22.8.0-2.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-cryptography-0:42.0.5-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src"
},
"product_reference": "python-cryptography-0:42.0.5-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64"
},
"product_reference": "python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le"
},
"product_reference": "python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x"
},
"product_reference": "python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64"
},
"product_reference": "python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-idna-0:3.7-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src"
},
"product_reference": "python-idna-0:3.7-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-jinja2-0:3.1.4-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src"
},
"product_reference": "python-jinja2-0:3.1.4-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-requests-0:2.32.2-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src"
},
"product_reference": "python-requests-0:2.32.2-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-black-0:22.8.0-2.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch"
},
"product_reference": "python3-black-0:22.8.0-2.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-cryptography-0:42.0.5-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64"
},
"product_reference": "python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-cryptography-0:42.0.5-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le"
},
"product_reference": "python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-cryptography-0:42.0.5-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x"
},
"product_reference": "python3-cryptography-0:42.0.5-1.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-cryptography-0:42.0.5-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64"
},
"product_reference": "python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64"
},
"product_reference": "python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le"
},
"product_reference": "python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x"
},
"product_reference": "python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64"
},
"product_reference": "python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idna-0:3.7-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch"
},
"product_reference": "python3-idna-0:3.7-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-jinja2-0:3.1.4-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch"
},
"product_reference": "python3-jinja2-0:3.1.4-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-requests-0:2.32.2-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch"
},
"product_reference": "python3-requests-0:2.32.2-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.4.8-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64"
},
"product_reference": "receptor-0:1.4.8-1.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.4.8-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le"
},
"product_reference": "receptor-0:1.4.8-1.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.4.8-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x"
},
"product_reference": "receptor-0:1.4.8-1.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.4.8-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src"
},
"product_reference": "receptor-0:1.4.8-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.4.8-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64"
},
"product_reference": "receptor-0:1.4.8-1.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptorctl-0:1.4.8-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch"
},
"product_reference": "receptorctl-0:1.4.8-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-core-1:2.15.11-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch"
},
"product_reference": "ansible-core-1:2.15.11-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-core-1:2.15.11-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src"
},
"product_reference": "ansible-core-1:2.15.11-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-test-1:2.15.11-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch"
},
"product_reference": "ansible-test-1:2.15.11-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-black-0:22.8.0-2.el9ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src"
},
"product_reference": "python-black-0:22.8.0-2.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-cryptography-0:42.0.5-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src"
},
"product_reference": "python-cryptography-0:42.0.5-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64"
},
"product_reference": "python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le"
},
"product_reference": "python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x"
},
"product_reference": "python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64"
},
"product_reference": "python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-jinja2-0:3.1.4-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src"
},
"product_reference": "python-jinja2-0:3.1.4-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-black-0:22.8.0-2.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch"
},
"product_reference": "python3-black-0:22.8.0-2.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-cryptography-0:42.0.5-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64"
},
"product_reference": "python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-cryptography-0:42.0.5-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le"
},
"product_reference": "python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-cryptography-0:42.0.5-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x"
},
"product_reference": "python3-cryptography-0:42.0.5-1.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-cryptography-0:42.0.5-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64"
},
"product_reference": "python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64"
},
"product_reference": "python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le"
},
"product_reference": "python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x"
},
"product_reference": "python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64"
},
"product_reference": "python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-jinja2-0:3.1.4-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch"
},
"product_reference": "python3-jinja2-0:3.1.4-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.4.8-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64"
},
"product_reference": "receptor-0:1.4.8-1.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.4.8-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le"
},
"product_reference": "receptor-0:1.4.8-1.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.4.8-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x"
},
"product_reference": "receptor-0:1.4.8-1.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.4.8-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src"
},
"product_reference": "receptor-0:1.4.8-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.4.8-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64"
},
"product_reference": "receptor-0:1.4.8-1.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptorctl-0:1.4.8-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch"
},
"product_reference": "receptorctl-0:1.4.8-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch"
},
"product_reference": "ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-installer-0:2.4-7.1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src"
},
"product_reference": "ansible-automation-platform-installer-0:2.4-7.1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-core-1:2.15.11-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch"
},
"product_reference": "ansible-core-1:2.15.11-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-core-1:2.15.11-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src"
},
"product_reference": "ansible-core-1:2.15.11-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-rulebook-0:1.0.7-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch"
},
"product_reference": "ansible-rulebook-0:1.0.7-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-rulebook-0:1.0.7-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src"
},
"product_reference": "ansible-rulebook-0:1.0.7-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-test-1:2.15.11-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch"
},
"product_reference": "ansible-test-1:2.15.11-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.5.7-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64"
},
"product_reference": "automation-controller-0:4.5.7-1.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.5.7-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le"
},
"product_reference": "automation-controller-0:4.5.7-1.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.5.7-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x"
},
"product_reference": "automation-controller-0:4.5.7-1.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.5.7-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src"
},
"product_reference": "automation-controller-0:4.5.7-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.5.7-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64"
},
"product_reference": "automation-controller-0:4.5.7-1.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-cli-0:4.5.7-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch"
},
"product_reference": "automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-server-0:4.5.7-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch"
},
"product_reference": "automation-controller-server-0:4.5.7-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-ui-0:4.5.7-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch"
},
"product_reference": "automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64"
},
"product_reference": "automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le"
},
"product_reference": "automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x"
},
"product_reference": "automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64"
},
"product_reference": "automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-eda-controller-0:1.0.7-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch"
},
"product_reference": "automation-eda-controller-0:1.0.7-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-eda-controller-0:1.0.7-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src"
},
"product_reference": "automation-eda-controller-0:1.0.7-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-eda-controller-server-0:1.0.7-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch"
},
"product_reference": "automation-eda-controller-server-0:1.0.7-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch"
},
"product_reference": "automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-hub-0:4.9.2-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch"
},
"product_reference": "automation-hub-0:4.9.2-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-hub-0:4.9.2-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src"
},
"product_reference": "automation-hub-0:4.9.2-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-aiohttp-0:3.9.5-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src"
},
"product_reference": "python-aiohttp-0:3.9.5-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64"
},
"product_reference": "python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le"
},
"product_reference": "python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x"
},
"product_reference": "python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64"
},
"product_reference": "python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-black-0:22.8.0-2.el9ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src"
},
"product_reference": "python-black-0:22.8.0-2.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-cryptography-0:42.0.5-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src"
},
"product_reference": "python-cryptography-0:42.0.5-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64"
},
"product_reference": "python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le"
},
"product_reference": "python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x"
},
"product_reference": "python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64"
},
"product_reference": "python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-galaxy-ng-0:4.9.2-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src"
},
"product_reference": "python-galaxy-ng-0:4.9.2-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-gunicorn-0:22.0.0-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src"
},
"product_reference": "python-gunicorn-0:22.0.0-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-idna-0:3.7-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src"
},
"product_reference": "python-idna-0:3.7-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-jinja2-0:3.1.4-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src"
},
"product_reference": "python-jinja2-0:3.1.4-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pillow-0:10.3.0-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src"
},
"product_reference": "python-pillow-0:10.3.0-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64"
},
"product_reference": "python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le"
},
"product_reference": "python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pillow-debugsource-0:10.3.0-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x"
},
"product_reference": "python-pillow-debugsource-0:10.3.0-1.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64"
},
"product_reference": "python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pulp-ansible-1:0.20.7-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src"
},
"product_reference": "python-pulp-ansible-1:0.20.7-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pulpcore-0:3.28.27-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src"
},
"product_reference": "python-pulpcore-0:3.28.27-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pyOpenSSL-0:24.1.0-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src"
},
"product_reference": "python-pyOpenSSL-0:24.1.0-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pydantic-0:1.10.15-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src"
},
"product_reference": "python-pydantic-0:1.10.15-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-requests-0:2.32.2-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src"
},
"product_reference": "python-requests-0:2.32.2-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-social-auth-app-django-0:5.4.1-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src"
},
"product_reference": "python-social-auth-app-django-0:5.4.1-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-sqlparse-0:0.5.0-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src"
},
"product_reference": "python-sqlparse-0:0.5.0-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-aiohttp-0:3.9.5-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64"
},
"product_reference": "python3-aiohttp-0:3.9.5-1.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-aiohttp-0:3.9.5-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le"
},
"product_reference": "python3-aiohttp-0:3.9.5-1.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-aiohttp-0:3.9.5-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x"
},
"product_reference": "python3-aiohttp-0:3.9.5-1.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-aiohttp-0:3.9.5-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64"
},
"product_reference": "python3-aiohttp-0:3.9.5-1.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64"
},
"product_reference": "python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le"
},
"product_reference": "python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x"
},
"product_reference": "python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64"
},
"product_reference": "python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-black-0:22.8.0-2.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch"
},
"product_reference": "python3-black-0:22.8.0-2.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-cryptography-0:42.0.5-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64"
},
"product_reference": "python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-cryptography-0:42.0.5-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le"
},
"product_reference": "python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-cryptography-0:42.0.5-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x"
},
"product_reference": "python3-cryptography-0:42.0.5-1.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-cryptography-0:42.0.5-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64"
},
"product_reference": "python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64"
},
"product_reference": "python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le"
},
"product_reference": "python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x"
},
"product_reference": "python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64"
},
"product_reference": "python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-galaxy-ng-0:4.9.2-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch"
},
"product_reference": "python3-galaxy-ng-0:4.9.2-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-gunicorn-0:22.0.0-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch"
},
"product_reference": "python3-gunicorn-0:22.0.0-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idna-0:3.7-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch"
},
"product_reference": "python3-idna-0:3.7-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-jinja2-0:3.1.4-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch"
},
"product_reference": "python3-jinja2-0:3.1.4-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-pillow-0:10.3.0-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64"
},
"product_reference": "python3-pillow-0:10.3.0-1.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-pillow-0:10.3.0-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le"
},
"product_reference": "python3-pillow-0:10.3.0-1.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-pillow-0:10.3.0-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x"
},
"product_reference": "python3-pillow-0:10.3.0-1.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-pillow-0:10.3.0-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64"
},
"product_reference": "python3-pillow-0:10.3.0-1.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64"
},
"product_reference": "python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le"
},
"product_reference": "python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x"
},
"product_reference": "python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64"
},
"product_reference": "python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-pulp-ansible-1:0.20.7-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch"
},
"product_reference": "python3-pulp-ansible-1:0.20.7-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-pulpcore-0:3.28.27-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch"
},
"product_reference": "python3-pulpcore-0:3.28.27-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch"
},
"product_reference": "python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-pydantic-0:1.10.15-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch"
},
"product_reference": "python3-pydantic-0:1.10.15-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-requests-0:2.32.2-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch"
},
"product_reference": "python3-requests-0:2.32.2-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch"
},
"product_reference": "python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-sqlparse-0:0.5.0-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch"
},
"product_reference": "python3-sqlparse-0:0.5.0-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.4.8-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64"
},
"product_reference": "receptor-0:1.4.8-1.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.4.8-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le"
},
"product_reference": "receptor-0:1.4.8-1.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.4.8-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x"
},
"product_reference": "receptor-0:1.4.8-1.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.4.8-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src"
},
"product_reference": "receptor-0:1.4.8-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.4.8-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64"
},
"product_reference": "receptor-0:1.4.8-1.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptorctl-0:1.4.8-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch"
},
"product_reference": "receptorctl-0:1.4.8-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-5752",
"cwe": {
"id": "CWE-77",
"name": "Improper Neutralization of Special Elements used in a Command (\u0027Command Injection\u0027)"
},
"discovery_date": "2023-11-21T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2250765"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Python pip package. The pip could allow a local authenticated attacker to bypass security restrictions due to a flaw when installing a package from a Mercurial VCS URL. By sending a specially crafted request, an attacker can inject arbitrary configuration options to the \"hg clone\" call to modify how and which repository is installed.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "pip: Mercurial configuration injectable in repo revision when installing via pip",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Mercurial is not available in RHEL 8 and 9, so the vulnerability cannot be exploited. Without mercurial installed (the hg command), pip cannot clone and install from hg+http[s] URLs.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64"
],
"known_not_affected": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-5752"
},
{
"category": "external",
"summary": "RHBZ#2250765",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2250765"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-5752",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5752"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-5752",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-5752"
},
{
"category": "external",
"summary": "https://github.com/pypa/pip/pull/12306",
"url": "https://github.com/pypa/pip/pull/12306"
},
{
"category": "external",
"summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/F4PL35U6X4VVHZ5ILJU3PWUWN7H7LZXL/",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/F4PL35U6X4VVHZ5ILJU3PWUWN7H7LZXL/"
}
],
"release_date": "2023-10-25T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-06-10T18:41:58+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nFor the update to take effect, all applications using Jinja2 must be restarted.",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:3781"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 3.3,
"baseSeverity": "LOW",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "pip: Mercurial configuration injectable in repo revision when installing via pip"
},
{
"acknowledgments": [
{
"names": [
"Bartek Nowotarski"
],
"organization": "nowotarski.info"
}
],
"cve": "CVE-2023-45288",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2024-03-06T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2268273"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was discovered with the implementation of the HTTP/2 protocol in the Go programming language. There were insufficient limitations on the amount of CONTINUATION frames sent within a single stream. An attacker could potentially exploit this to cause a Denial of Service (DoS) attack.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http, x/net/http2: unlimited number of CONTINUATION frames causes DoS",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat rates the security impact of this vulnerability as Important due to the worst case scenario resulting in a denial of service. It is simple to exploit, could significantly impact availability, and there is not a suitable mitigation for all use cases. Once an attack has ended, the system should return to normal operations on its own.\n\nThis vulnerability only impacts servers which have HTTP/2 enabled. It stems from an imperfect definition of the protocol. As the Go programming language is widely utilized across nearly every major Red Hat offering, a full listing of impacted packages will not be provided. Therefore, the \u201cAffected Packages and Issued Red Hat Security Errata\u201d section contains a simplified list of what offerings need to remediate this vulnerability. Every impacted offering has at least one representative component listed, but potentially not all of them. Rest assured that Red Hat is committed to remediating this vulnerability across our entire portfolio.\n\nMany components are rated as Low impact due to configurations which reduce the attack surface or significantly increase the difficulty of exploitation. A summary of these scenarios are:\n* The container includes a package that provides a vulnerable webserver, but it is not used or running during operation\n* HTTP/2 is disabled by default and is not supported\n* Only a client implementation is provided, which is not vulnerable\n* A vulnerable module (either golang.org/net/http or golang.org/x/net/http2) is included, but disabled\n* Access to a vulnerable server is restricted within the container (loopback only connections)\n* Golang is available in the container but is not used\n\n\nWithin the Red Hat OpenShift Container Platform, the majority of vulnerable components are not externally accessible. This means an attacker must already have access to a container within your environment to exploit this vulnerability. However, the ose-hyperkube (openshift-enterprise-hyperkube) container is externally accessible, so there are less barriers to exploitation. Fixes for this specific container are already available.\n\nWithin Red Hat Ansible Automation Platform, the impacted component is Receptor. The impact has been reduced to Low as the vulnerable code is present, but not utilized. There are three potential exposures within this component:\n* Receptor utilizes QUIC a UDP based protocol which does not run over HTTP/2\n* Receptor utilizes the x/net/ipv4 and ipv6 packages, both of which are not affected",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch"
],
"known_not_affected": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-45288"
},
{
"category": "external",
"summary": "RHBZ#2268273",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268273"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-45288",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45288"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-45288",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-45288"
},
{
"category": "external",
"summary": "https://nowotarski.info/http2-continuation-flood/",
"url": "https://nowotarski.info/http2-continuation-flood/"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-2687",
"url": "https://pkg.go.dev/vuln/GO-2024-2687"
},
{
"category": "external",
"summary": "https://www.kb.cert.org/vuls/id/421644",
"url": "https://www.kb.cert.org/vuls/id/421644"
}
],
"release_date": "2024-04-03T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-06-10T18:41:58+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nFor the update to take effect, all applications using Jinja2 must be restarted.",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:3781"
},
{
"category": "workaround",
"details": "In some environments where http/2 support is not required, it may be possible to disable this feature to reduce risk.",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "golang: net/http, x/net/http2: unlimited number of CONTINUATION frames causes DoS"
},
{
"cve": "CVE-2023-45290",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"discovery_date": "2024-03-05T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2268017"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was discovered in Go\u0027s net/http standard library package. When parsing a multipart form (either explicitly with Request.ParseMultipartForm or implicitly with Request.FormValue, Request.PostFormValue, or Request.FormFile), limits on the total size of the parsed form were not applied to the memory consumed while reading a single form line. This permits a maliciously crafted input containing very long lines to cause allocation of arbitrarily large amounts of memory, potentially leading to memory exhaustion. With fix, the ParseMultipartForm function now correctly limits the maximum size of form lines.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http: golang: mime/multipart: golang: net/textproto: memory exhaustion in Request.ParseMultipartForm",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch"
],
"known_not_affected": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-45290"
},
{
"category": "external",
"summary": "RHBZ#2268017",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268017"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-45290",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45290"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-45290",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-45290"
},
{
"category": "external",
"summary": "http://www.openwall.com/lists/oss-security/2024/03/08/4",
"url": "http://www.openwall.com/lists/oss-security/2024/03/08/4"
},
{
"category": "external",
"summary": "https://go.dev/cl/569341",
"url": "https://go.dev/cl/569341"
},
{
"category": "external",
"summary": "https://go.dev/issue/65383",
"url": "https://go.dev/issue/65383"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg",
"url": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-2599",
"url": "https://pkg.go.dev/vuln/GO-2024-2599"
},
{
"category": "external",
"summary": "https://security.netapp.com/advisory/ntap-20240329-0004",
"url": "https://security.netapp.com/advisory/ntap-20240329-0004"
}
],
"release_date": "2024-03-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-06-10T18:41:58+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nFor the update to take effect, all applications using Jinja2 must be restarted.",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:3781"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http: golang: mime/multipart: golang: net/textproto: memory exhaustion in Request.ParseMultipartForm"
},
{
"cve": "CVE-2023-49083",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"discovery_date": "2023-12-20T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2255331"
}
],
"notes": [
{
"category": "description",
"text": "A null-pointer dereference vulnerability was found in python-cryptography during the loading of PKCS7 certificates. Invoking \"load_pem_pkcs7_certificates\" or \"load_der_pkcs7_certificates\" can trigger this issue and lead to subsequent segmentation fault and result in a Denial of Service (DoS) for any application aiming to deserialize a PKCS7 blob or certificate. The potential impact includes disruptions in system availability and stability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-cryptography: NULL-dereference when loading PKCS7 certificates",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability arises when functions like \"load_pem_pkcs7_certificates\" or \"load_der_pkcs7_certificates\" are invoked, triggering the issue during the deserialization of PKCS7 blobs or certificates. The moderate rating is based on the fact that the vulnerability can lead to a segmentation fault, posing a risk of disrupting the normal functioning of any application attempting to deserialize the mentioned certificates. While the impact is significant in terms of service denial and potential system instability, the severity is deemed moderate as it does not directly expose sensitive data or allow for remote code execution, focusing primarily on the localized consequences of a DoS scenario.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64"
],
"known_not_affected": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-49083"
},
{
"category": "external",
"summary": "RHBZ#2255331",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2255331"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-49083",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-49083"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-49083",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-49083"
},
{
"category": "external",
"summary": "https://github.com/pyca/cryptography/commit/f09c261ca10a31fe41b1262306db7f8f1da0e48a",
"url": "https://github.com/pyca/cryptography/commit/f09c261ca10a31fe41b1262306db7f8f1da0e48a"
},
{
"category": "external",
"summary": "https://github.com/pyca/cryptography/pull/9926",
"url": "https://github.com/pyca/cryptography/pull/9926"
},
{
"category": "external",
"summary": "https://github.com/pyca/cryptography/security/advisories/GHSA-jfhm-5ghh-2f97",
"url": "https://github.com/pyca/cryptography/security/advisories/GHSA-jfhm-5ghh-2f97"
}
],
"release_date": "2023-11-28T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-06-10T18:41:58+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nFor the update to take effect, all applications using Jinja2 must be restarted.",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:3781"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python-cryptography: NULL-dereference when loading PKCS7 certificates"
},
{
"cve": "CVE-2023-50447",
"cwe": {
"id": "CWE-77",
"name": "Improper Neutralization of Special Elements used in a Command (\u0027Command Injection\u0027)"
},
"discovery_date": "2024-01-22T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2259479"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in Pillow, a popular Python imaging library. The flaw identified in the PIL.ImageMath.eval function enables arbitrary code execution by manipulating the environment parameter.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "pillow: Arbitrary Code Execution via the environment parameter",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The vulnerability in Pillow\u0027s PIL.ImageMath.eval function poses a significant threat due to its potential for arbitrary code execution. Pillow\u0027s widespread use in diverse domains makes this flaw particularly impactful, as it could lead to unauthorized access, data breaches, and compromise of entire systems. The complex exploitation method involving Python\u0027s dunder methods adds sophistication to potential attacks.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64"
],
"known_not_affected": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-50447"
},
{
"category": "external",
"summary": "RHBZ#2259479",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2259479"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-50447",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-50447"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-50447",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-50447"
},
{
"category": "external",
"summary": "http://www.openwall.com/lists/oss-security/2024/01/20/1",
"url": "http://www.openwall.com/lists/oss-security/2024/01/20/1"
},
{
"category": "external",
"summary": "https://devhub.checkmarx.com/cve-details/CVE-2023-50447/",
"url": "https://devhub.checkmarx.com/cve-details/CVE-2023-50447/"
},
{
"category": "external",
"summary": "https://duartecsantos.github.io/2023-01-02-CVE-2023-50447/",
"url": "https://duartecsantos.github.io/2023-01-02-CVE-2023-50447/"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/releases",
"url": "https://github.com/python-pillow/Pillow/releases"
}
],
"release_date": "2024-01-19T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-06-10T18:41:58+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nFor the update to take effect, all applications using Jinja2 must be restarted.",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:3781"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "pillow: Arbitrary Code Execution via the environment parameter"
},
{
"cve": "CVE-2024-1135",
"cwe": {
"id": "CWE-444",
"name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)"
},
"discovery_date": "2024-04-16T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2275280"
}
],
"notes": [
{
"category": "description",
"text": "An HTTP Request Smuggling vulnerability was found in Gunicorn. By crafting requests with conflicting Transfer-Encoding headers, attackers can bypass security restrictions and access restricted endpoints. This issue is due to Gunicorn\u0027s handling of Transfer-Encoding headers, where it incorrectly processes requests with multiple, conflicting Transfer-Encoding headers, treating them as chunked regardless of the final encoding specified. This vulnerability allows for a range of attacks, including cache poisoning, session manipulation, and data exposure.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-gunicorn: HTTP Request Smuggling due to improper validation of Transfer-Encoding headers",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch"
],
"known_not_affected": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-1135"
},
{
"category": "external",
"summary": "RHBZ#2275280",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2275280"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-1135",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-1135"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-1135",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-1135"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-w3h3-4rj7-4ph4",
"url": "https://github.com/advisories/GHSA-w3h3-4rj7-4ph4"
},
{
"category": "external",
"summary": "https://github.com/benoitc/gunicorn/commit/ac29c9b0a758d21f1e0fb3b3457239e523fa9f1d",
"url": "https://github.com/benoitc/gunicorn/commit/ac29c9b0a758d21f1e0fb3b3457239e523fa9f1d"
},
{
"category": "external",
"summary": "https://huntr.com/bounties/22158e34-cfd5-41ad-97e0-a780773d96c1",
"url": "https://huntr.com/bounties/22158e34-cfd5-41ad-97e0-a780773d96c1"
}
],
"release_date": "2024-04-15T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-06-10T18:41:58+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nFor the update to take effect, all applications using Jinja2 must be restarted.",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:3781"
},
{
"category": "workaround",
"details": "Red Hat has investigated whether a possible mitigation exists for this issue, and has not been able to identify a practical example. Please update the affected package as soon as possible.",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch"
]
}
],
"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.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.0"
},
"products": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "python-gunicorn: HTTP Request Smuggling due to improper validation of Transfer-Encoding headers"
},
{
"cve": "CVE-2024-3651",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2024-04-12T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2274779"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the python-idna library. A malicious argument was sent to the idna.encode() function can trigger an uncontrolled resource consumption, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-idna: potential DoS via resource consumption via specially crafted inputs to idna.encode()",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The vulnerability in the idna.encode() function, allowing for resource consumption via specially crafted arguments, is categorized as a moderate severity issue due to its potential impact on system availability rather than data integrity or confidentiality. While the vulnerability can lead to a denial-of-service condition, it requires the passing of unusually large or maliciously crafted inputs to exploit. Normal usage scenarios typically do not encounter such inputs.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch"
],
"known_not_affected": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-3651"
},
{
"category": "external",
"summary": "RHBZ#2274779",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2274779"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-3651",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-3651"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-3651",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-3651"
}
],
"release_date": "2024-04-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-06-10T18:41:58+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nFor the update to take effect, all applications using Jinja2 must be restarted.",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:3781"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.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-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python-idna: potential DoS via resource consumption via specially crafted inputs to idna.encode()"
},
{
"cve": "CVE-2024-3772",
"cwe": {
"id": "CWE-1333",
"name": "Inefficient Regular Expression Complexity"
},
"discovery_date": "2024-04-15T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2275106"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Pydantic, where it did not properly validate regular expressions containing white spaces. This flaw allows remote users to cause a denial of service attack via a crafted email string.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-pydantic: regular expression denial of service via crafted email string",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch"
],
"known_not_affected": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-3772"
},
{
"category": "external",
"summary": "RHBZ#2275106",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2275106"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-3772",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-3772"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-3772",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-3772"
}
],
"release_date": "2024-04-15T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-06-10T18:41:58+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nFor the update to take effect, all applications using Jinja2 must be restarted.",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:3781"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python-pydantic: regular expression denial of service via crafted email string"
},
{
"cve": "CVE-2024-4340",
"cwe": {
"id": "CWE-674",
"name": "Uncontrolled Recursion"
},
"discovery_date": "2024-04-30T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2278038"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in sqlparse. This issue occurs in a heavily nested list in sqlparse.parse(), where a recursion error may be triggered, which can lead to a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "sqlparse: parsing heavily nested list leads to 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-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch"
],
"known_not_affected": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-4340"
},
{
"category": "external",
"summary": "RHBZ#2278038",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2278038"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-4340",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-4340"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-4340",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-4340"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-2m57-hf25-phgg",
"url": "https://github.com/advisories/GHSA-2m57-hf25-phgg"
}
],
"release_date": "2024-04-30T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-06-10T18:41:58+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nFor the update to take effect, all applications using Jinja2 must be restarted.",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:3781"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "sqlparse: parsing heavily nested list leads to denial of service"
},
{
"cve": "CVE-2024-21503",
"cwe": {
"id": "CWE-1333",
"name": "Inefficient Regular Expression Complexity"
},
"discovery_date": "2024-03-19T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2270236"
}
],
"notes": [
{
"category": "description",
"text": "The python-black package is susceptible to a regular expression denial of service (ReDoS) vulnerability, found in the lines_with_leading_tabs_expanded() function within the strings.py file. This vulnerability could be exploited by running Black on untrusted input or by inserting numerous leading tab characters into docstrings. This flaw allows attackers to craft malicious input to trigger a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "psf/black: ReDoS via the lines_with_leading_tabs_expanded() function in strings.py 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": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch"
],
"known_not_affected": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-21503"
},
{
"category": "external",
"summary": "RHBZ#2270236",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2270236"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-21503",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21503"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-21503",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-21503"
},
{
"category": "external",
"summary": "https://github.com/psf/black/commit/f00093672628d212b8965a8993cee8bedf5fe9b8",
"url": "https://github.com/psf/black/commit/f00093672628d212b8965a8993cee8bedf5fe9b8"
},
{
"category": "external",
"summary": "https://github.com/psf/black/releases/tag/24.3.0",
"url": "https://github.com/psf/black/releases/tag/24.3.0"
},
{
"category": "external",
"summary": "https://security.snyk.io/vuln/SNYK-PYTHON-BLACK-6256273",
"url": "https://security.snyk.io/vuln/SNYK-PYTHON-BLACK-6256273"
}
],
"release_date": "2024-03-19T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-06-10T18:41:58+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nFor the update to take effect, all applications using Jinja2 must be restarted.",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:3781"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "psf/black: ReDoS via the lines_with_leading_tabs_expanded() function in strings.py file"
},
{
"cve": "CVE-2024-24783",
"cwe": {
"id": "CWE-295",
"name": "Improper Certificate Validation"
},
"discovery_date": "2024-03-05T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2268019"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Go\u0027s crypto/x509 standard library package. Verifying a certificate chain that contains a certificate with an unknown public key algorithm will cause a Certificate.Verify to panic. This issue affects all crypto/tls clients and servers that set Config.ClientAuth to VerifyClientCertIfGiven or RequireAndVerifyClientCert.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/x509: Verify panics on certificates with an unknown public key algorithm",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch"
],
"known_not_affected": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-24783"
},
{
"category": "external",
"summary": "RHBZ#2268019",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268019"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-24783",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24783"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-24783",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-24783"
},
{
"category": "external",
"summary": "http://www.openwall.com/lists/oss-security/2024/03/08/4",
"url": "http://www.openwall.com/lists/oss-security/2024/03/08/4"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-3q2c-pvp5-3cqp",
"url": "https://github.com/advisories/GHSA-3q2c-pvp5-3cqp"
},
{
"category": "external",
"summary": "https://go.dev/cl/569339",
"url": "https://go.dev/cl/569339"
},
{
"category": "external",
"summary": "https://go.dev/issue/65390",
"url": "https://go.dev/issue/65390"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg",
"url": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-2598",
"url": "https://pkg.go.dev/vuln/GO-2024-2598"
},
{
"category": "external",
"summary": "https://security.netapp.com/advisory/ntap-20240329-0005",
"url": "https://security.netapp.com/advisory/ntap-20240329-0005"
}
],
"release_date": "2024-03-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-06-10T18:41:58+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nFor the update to take effect, all applications using Jinja2 must be restarted.",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:3781"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/x509: Verify panics on certificates with an unknown public key algorithm"
},
{
"cve": "CVE-2024-26130",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"discovery_date": "2024-03-14T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2269617"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was discovered in python-cryptography. A NULL pointer dereference can be triggered when a PKCS#12 key and certificate do not match. Specifically, if the pkcs12.serialize_key_and_certificates function is called with a non-matching certificate and private key and an encryption algorithm with hmac_hash set, the Python process may crash, leading to a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-cryptography: NULL pointer dereference with pkcs12.serialize_key_and_certificates when called with a non-matching certificate and private key and an hmac_hash override",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The vulnerability in python-cryptography that leads to a NULL pointer dereference during the pkcs12.serialize_key_and_certificates function execution is classified as a moderate severity issue. While the vulnerability can result in a denial-of-service (DoS) by crashing the Python process, it requires specific conditions to trigger: a mismatch between the provided certificate\u0027s public key and private key, coupled with the use of an encryption algorithm with hmac_hash set.\n\nThe exploitation of this vulnerability does not directly lead to arbitrary code execution or data leakage. Instead, it causes a controlled termination of the Python process, which, although disruptive, is not as critical as other vulnerabilities that can lead to unauthorized access, data corruption, or code injection. However, it\u0027s important to note that denial-of-service conditions can still have operational impacts, disrupting services or causing system instability.\n\nThis issue does not affect Red Hat Enterprise Linux 6, 7, 8 and 9 as we dont ship the vulnerable code and package version.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64"
],
"known_not_affected": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-26130"
},
{
"category": "external",
"summary": "RHBZ#2269617",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2269617"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-26130",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26130"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-26130",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-26130"
}
],
"release_date": "2024-02-21T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-06-10T18:41:58+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nFor the update to take effect, all applications using Jinja2 must be restarted.",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:3781"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python-cryptography: NULL pointer dereference with pkcs12.serialize_key_and_certificates when called with a non-matching certificate and private key and an hmac_hash override"
},
{
"cve": "CVE-2024-27306",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"discovery_date": "2024-04-18T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2275989"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in aiohttp, an asynchronous HTTP client/server framework for asyncio and Python. When using \"web.static(..., show_index=True)\", the resulting index pages do not escape file names. If users can upload files with arbitrary filenames to the static directory, the server is vulnerable to cross-site scripting (XSS) attacks.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "aiohttp: XSS on index pages for static file handling",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64"
],
"known_not_affected": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-27306"
},
{
"category": "external",
"summary": "RHBZ#2275989",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2275989"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-27306",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27306"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-27306",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-27306"
}
],
"release_date": "2024-04-18T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-06-10T18:41:58+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nFor the update to take effect, all applications using Jinja2 must be restarted.",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:3781"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "aiohttp: XSS on index pages for static file handling"
},
{
"cve": "CVE-2024-27351",
"cwe": {
"id": "CWE-1333",
"name": "Inefficient Regular Expression Complexity"
},
"discovery_date": "2024-02-26T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2266045"
}
],
"notes": [
{
"category": "description",
"text": "An inefficient regular expression complexity flaw was found in the Truncator.words function and truncatewords_html filter of Django. This issue may allow an attacker to use a suitably crafted string to cause a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-django: Potential regular expression denial-of-service in django.utils.text.Truncator.words()",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64"
],
"known_not_affected": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-27351"
},
{
"category": "external",
"summary": "RHBZ#2266045",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2266045"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-27351",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27351"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-27351",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-27351"
},
{
"category": "external",
"summary": "https://www.djangoproject.com/weblog/2024/mar/04/security-releases/",
"url": "https://www.djangoproject.com/weblog/2024/mar/04/security-releases/"
}
],
"release_date": "2024-03-04T09:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-06-10T18:41:58+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nFor the update to take effect, all applications using Jinja2 must be restarted.",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:3781"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python-django: Potential regular expression denial-of-service in django.utils.text.Truncator.words()"
},
{
"cve": "CVE-2024-28219",
"cwe": {
"id": "CWE-120",
"name": "Buffer Copy without Checking Size of Input (\u0027Classic Buffer Overflow\u0027)"
},
"discovery_date": "2024-04-01T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2272563"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Pillow. The cms_transform_new function in src/_imagingcms.c does not validate the length of its parameters before copying them into fixed-size buffers, leading to a buffer overflow, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-pillow: buffer overflow in _imagingcms.c",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw can be triggered when the ImageCms.buildTransform function is called with the InMode or OutMode arguments with a string larger than 8 bytes. An application is not vulnerable if these parameters are not controlled by the user or are validated before the function is called. Additionally, the Pillow ImageCms module functions should not be exposed to untrusted usage without input validation. For this reason, this flaw has been rated with a 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-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64"
],
"known_not_affected": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-28219"
},
{
"category": "external",
"summary": "RHBZ#2272563",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2272563"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-28219",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-28219"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-28219",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-28219"
}
],
"release_date": "2024-04-01T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-06-10T18:41:58+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nFor the update to take effect, all applications using Jinja2 must be restarted.",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:3781"
},
{
"category": "workaround",
"details": "Make sure the ImageCms.buildTransform function is not called with the InMode or OutMode arguments with a string bigger than 8 bytes.",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:H",
"version": "3.1"
},
"products": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python-pillow: buffer overflow in _imagingcms.c"
},
{
"cve": "CVE-2024-28849",
"cwe": {
"id": "CWE-200",
"name": "Exposure of Sensitive Information to an Unauthorized Actor"
},
"discovery_date": "2024-03-14T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2269576"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in the follow-redirects package. While processing the cross-domain redirection, `follow-redirects` clears authorization headers, however, it misses clearing proxy-authentication headers, which contain credentials as well. This issue may lead to credential leaking, having a high impact on data confidentiality.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "follow-redirects: Possible credential leak",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch"
],
"known_not_affected": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-28849"
},
{
"category": "external",
"summary": "RHBZ#2269576",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2269576"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-28849",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-28849"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-28849",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-28849"
},
{
"category": "external",
"summary": "https://github.com/follow-redirects/follow-redirects/security/advisories/GHSA-cxjh-pqwp-8mfp",
"url": "https://github.com/follow-redirects/follow-redirects/security/advisories/GHSA-cxjh-pqwp-8mfp"
}
],
"release_date": "2024-03-14T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-06-10T18:41:58+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nFor the update to take effect, all applications using Jinja2 must be restarted.",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:3781"
}
],
"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-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "follow-redirects: Possible credential leak"
},
{
"cve": "CVE-2024-30251",
"cwe": {
"id": "CWE-835",
"name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
},
"discovery_date": "2024-05-02T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2278710"
}
],
"notes": [
{
"category": "description",
"text": "An infinite loop flaw was found in aiohttp when handling POST (multipart/form-data) requests. This flaw allows an attacker to send a specially crafted request, leading the server to enter an infinite loop and render it unable to process any further requests. This denial of service can be triggered by a single unauthenticated POST request.\r\n\r\nAIOHTTP handles multipart strings through a process of segmenting them into chunks. The reading of each chunk is performed under the control of an asynchronous wait, ensuring that the operation completes before proceeding. A vulnerability was identified where a specially crafted request could trigger an infinite loop due to improper detection of the end-of-file (EOF) marker within the content.\r\n\r\nThe resolution involves the implementation of an enhanced checking mechanism. This mechanism correctly assigns the EOF marker to the chunk in question upon the successful completion of content reading, thereby preventing the infinite loop scenario.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "aiohttp: DoS when trying to parse malformed POST requests",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat rates the security impact of this vulnerability as Important due to the worst case scenario resulting in a denial of service. It is simple to exploit and could significantly impact availability. In order to exploit the bug, the attacker has to send a specially crafted POST request causing the server to go into an infinite loop.\n\nRed Hat Satellite has set a moderate impact of this issue as invalid requests which could trigger this bug such as no authentication or wrong path are unlikely possible or going to happen.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64"
],
"known_not_affected": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-30251"
},
{
"category": "external",
"summary": "RHBZ#2278710",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2278710"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-30251",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-30251"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-30251",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-30251"
},
{
"category": "external",
"summary": "https://github.com/aio-libs/aiohttp/security/advisories/GHSA-5m98-qgg9-wh84",
"url": "https://github.com/aio-libs/aiohttp/security/advisories/GHSA-5m98-qgg9-wh84"
},
{
"category": "external",
"summary": "https://www.openwall.com/lists/oss-security/2024/05/02/4",
"url": "https://www.openwall.com/lists/oss-security/2024/05/02/4"
}
],
"release_date": "2024-05-02T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-06-10T18:41:58+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nFor the update to take effect, all applications using Jinja2 must be restarted.",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:3781"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "aiohttp: DoS when trying to parse malformed POST requests"
},
{
"cve": "CVE-2024-32879",
"cwe": {
"id": "CWE-178",
"name": "Improper Handling of Case Sensitivity"
},
"discovery_date": "2024-04-25T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2277035"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in social-auth-app-django. In affected versions of this package, due to default case-insensitive collation in MySQL or MariaDB databases, third-party authentication user IDs are not case-sensitive and could cause different IDs to match.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-social-auth: Improper Handling of Case Sensitivity in social-auth-app-django",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch"
],
"known_not_affected": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-32879"
},
{
"category": "external",
"summary": "RHBZ#2277035",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2277035"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-32879",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-32879"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-32879",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-32879"
},
{
"category": "external",
"summary": "https://github.com/python-social-auth/social-app-django/security/advisories/GHSA-2gr8-3wc7-xhj3",
"url": "https://github.com/python-social-auth/social-app-django/security/advisories/GHSA-2gr8-3wc7-xhj3"
}
],
"release_date": "2024-04-24T06:57:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-06-10T18:41:58+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nFor the update to take effect, all applications using Jinja2 must be restarted.",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:3781"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 4.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python-social-auth: Improper Handling of Case Sensitivity in social-auth-app-django"
},
{
"cve": "CVE-2024-34064",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"discovery_date": "2024-05-07T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2279476"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in jinja2. The `xmlattr` filter accepts keys containing non-attribute characters. XML/HTML attributes cannot contain spaces, `/`, `\u003e`, or `=`, as each would then be interpreted as starting a separate attribute. If an application accepts keys (as opposed to only values) as user input, and renders these in pages that other users see as well, an attacker could inject other attributes and perform cross-site scripting (XSS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jinja2: accepts keys containing non-attribute characters",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The fix for CVE-2024-22195 only addressed spaces, not other characters. Accepting keys as user input is now explicitly considered an unintended use case of the `xmlattr` filter, and code that does so without otherwise validating the input should be flagged as insecure, regardless of Jinja version. Accepting _values_ as user input continues to be safe.\n\nFence agents on RHEL 8 has been fixed as a part of https://access.redhat.com/errata/RHBA-2024:4238",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch"
],
"known_not_affected": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-34064"
},
{
"category": "external",
"summary": "RHBZ#2279476",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2279476"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-34064",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34064"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-34064",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-34064"
},
{
"category": "external",
"summary": "https://github.com/pallets/jinja/security/advisories/GHSA-h75v-3vvj-5mfj",
"url": "https://github.com/pallets/jinja/security/advisories/GHSA-h75v-3vvj-5mfj"
}
],
"release_date": "2024-05-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-06-10T18:41:58+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nFor the update to take effect, all applications using Jinja2 must be restarted.",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:3781"
},
{
"category": "workaround",
"details": "Do not accept user input as keys to the xmlattr filter without validation. See the statement above for more information.",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "jinja2: accepts keys containing non-attribute characters"
},
{
"cve": "CVE-2024-35195",
"cwe": {
"id": "CWE-670",
"name": "Always-Incorrect Control Flow Implementation"
},
"discovery_date": "2024-05-21T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2282114"
}
],
"notes": [
{
"category": "description",
"text": "An incorrect control flow implementation vulnerability was found in Requests. If the first request in a session is made with verify=False, all subsequent requests to the same host will continue to ignore cert verification.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "requests: subsequent requests to the same host ignore cert 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-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch"
],
"known_not_affected": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-35195"
},
{
"category": "external",
"summary": "RHBZ#2282114",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2282114"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-35195",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35195"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-35195",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-35195"
},
{
"category": "external",
"summary": "https://github.com/psf/requests/security/advisories/GHSA-9wx4-h78v-vm56",
"url": "https://github.com/psf/requests/security/advisories/GHSA-9wx4-h78v-vm56"
}
],
"release_date": "2024-05-20T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-06-10T18:41:58+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nFor the update to take effect, all applications using Jinja2 must be restarted.",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:3781"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 5.6,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:H/UI:R/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "requests: subsequent requests to the same host ignore cert verification"
}
]
}
RHSA-2024:3846
Vulnerability from csaf_redhat - Published: 2024-06-11 19:32 - Updated: 2026-04-30 13:17A flaw was found in the python-idna library. A malicious argument was sent to the idna.encode() function can trigger an uncontrolled resource consumption, resulting in a denial of service.
{
"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 python-idna is now available for Red Hat Enterprise Linux 9.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The hsakmt packages include a thunk library for AMD\u0027s Heterogeneous System Architecture (HSA) Linux kernel driver (amdkfd).\n\nSecurity Fix(es):\n\n* python-idna: potential DoS via resource consumption via specially crafted inputs to idna.encode() (CVE-2024-3651)",
"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:3846",
"url": "https://access.redhat.com/errata/RHSA-2024:3846"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2274779",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2274779"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_3846.json"
}
],
"title": "Red Hat Security Advisory: python-idna security update",
"tracking": {
"current_release_date": "2026-04-30T13:17:44+00:00",
"generator": {
"date": "2026-04-30T13:17:44+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.7"
}
},
"id": "RHSA-2024:3846",
"initial_release_date": "2024-06-11T19:32:52+00:00",
"revision_history": [
{
"date": "2024-06-11T19:32:52+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-06-11T19:32:52+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-04-30T13:17:44+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux BaseOS (v. 9)",
"product": {
"name": "Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.4.0.Z.MAIN.EUS",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:9::baseos"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "python-idna-0:2.10-7.el9_4.1.src",
"product": {
"name": "python-idna-0:2.10-7.el9_4.1.src",
"product_id": "python-idna-0:2.10-7.el9_4.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-idna@2.10-7.el9_4.1?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "python3-idna-0:2.10-7.el9_4.1.noarch",
"product": {
"name": "python3-idna-0:2.10-7.el9_4.1.noarch",
"product_id": "python3-idna-0:2.10-7.el9_4.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-idna@2.10-7.el9_4.1?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "python-idna-0:2.10-7.el9_4.1.src as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.4.0.Z.MAIN.EUS:python-idna-0:2.10-7.el9_4.1.src"
},
"product_reference": "python-idna-0:2.10-7.el9_4.1.src",
"relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idna-0:2.10-7.el9_4.1.noarch as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.4.0.Z.MAIN.EUS:python3-idna-0:2.10-7.el9_4.1.noarch"
},
"product_reference": "python3-idna-0:2.10-7.el9_4.1.noarch",
"relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-3651",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2024-04-12T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2274779"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the python-idna library. A malicious argument was sent to the idna.encode() function can trigger an uncontrolled resource consumption, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-idna: potential DoS via resource consumption via specially crafted inputs to idna.encode()",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The vulnerability in the idna.encode() function, allowing for resource consumption via specially crafted arguments, is categorized as a moderate severity issue due to its potential impact on system availability rather than data integrity or confidentiality. While the vulnerability can lead to a denial-of-service condition, it requires the passing of unusually large or maliciously crafted inputs to exploit. Normal usage scenarios typically do not encounter such inputs.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-9.4.0.Z.MAIN.EUS:python-idna-0:2.10-7.el9_4.1.src",
"BaseOS-9.4.0.Z.MAIN.EUS:python3-idna-0:2.10-7.el9_4.1.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-3651"
},
{
"category": "external",
"summary": "RHBZ#2274779",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2274779"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-3651",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-3651"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-3651",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-3651"
}
],
"release_date": "2024-04-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-06-11T19:32:52+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"BaseOS-9.4.0.Z.MAIN.EUS:python-idna-0:2.10-7.el9_4.1.src",
"BaseOS-9.4.0.Z.MAIN.EUS:python3-idna-0:2.10-7.el9_4.1.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:3846"
},
{
"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": [
"BaseOS-9.4.0.Z.MAIN.EUS:python-idna-0:2.10-7.el9_4.1.src",
"BaseOS-9.4.0.Z.MAIN.EUS:python3-idna-0:2.10-7.el9_4.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": [
"BaseOS-9.4.0.Z.MAIN.EUS:python-idna-0:2.10-7.el9_4.1.src",
"BaseOS-9.4.0.Z.MAIN.EUS:python3-idna-0:2.10-7.el9_4.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python-idna: potential DoS via resource consumption via specially crafted inputs to idna.encode()"
}
]
}
RHSA-2024:4260
Vulnerability from csaf_redhat - Published: 2024-07-02 15:39 - Updated: 2026-04-30 13:18A flaw was found in the python-idna library. A malicious argument was sent to the idna.encode() function can trigger an uncontrolled resource consumption, resulting in a denial of service.
{
"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 python-idna 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 hsakmt packages include a thunk library for AMD\u0027s Heterogeneous System Architecture (HSA) Linux kernel driver (amdkfd).\n\nSecurity Fix(es):\n\n* python-idna: potential DoS via resource consumption via specially crafted inputs to idna.encode() (CVE-2024-3651)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2024:4260",
"url": "https://access.redhat.com/errata/RHSA-2024:4260"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2274779",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2274779"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_4260.json"
}
],
"title": "Red Hat Security Advisory: python-idna security update",
"tracking": {
"current_release_date": "2026-04-30T13:18:38+00:00",
"generator": {
"date": "2026-04-30T13:18:38+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.7"
}
},
"id": "RHSA-2024:4260",
"initial_release_date": "2024-07-02T15:39:46+00:00",
"revision_history": [
{
"date": "2024-07-02T15:39:46+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-07-02T15:39:46+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-04-30T13:18: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 BaseOS (v. 8)",
"product": {
"name": "Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:8::baseos"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "python-idna-0:2.5-7.el8_10.src",
"product": {
"name": "python-idna-0:2.5-7.el8_10.src",
"product_id": "python-idna-0:2.5-7.el8_10.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-idna@2.5-7.el8_10?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "python3-idna-0:2.5-7.el8_10.noarch",
"product": {
"name": "python3-idna-0:2.5-7.el8_10.noarch",
"product_id": "python3-idna-0:2.5-7.el8_10.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-idna@2.5-7.el8_10?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "python-idna-0:2.5-7.el8_10.src as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python-idna-0:2.5-7.el8_10.src"
},
"product_reference": "python-idna-0:2.5-7.el8_10.src",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idna-0:2.5-7.el8_10.noarch as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-idna-0:2.5-7.el8_10.noarch"
},
"product_reference": "python3-idna-0:2.5-7.el8_10.noarch",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-3651",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2024-04-12T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2274779"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the python-idna library. A malicious argument was sent to the idna.encode() function can trigger an uncontrolled resource consumption, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-idna: potential DoS via resource consumption via specially crafted inputs to idna.encode()",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The vulnerability in the idna.encode() function, allowing for resource consumption via specially crafted arguments, is categorized as a moderate severity issue due to its potential impact on system availability rather than data integrity or confidentiality. While the vulnerability can lead to a denial-of-service condition, it requires the passing of unusually large or maliciously crafted inputs to exploit. Normal usage scenarios typically do not encounter such inputs.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.10.0.Z.MAIN.EUS:python-idna-0:2.5-7.el8_10.src",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idna-0:2.5-7.el8_10.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-3651"
},
{
"category": "external",
"summary": "RHBZ#2274779",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2274779"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-3651",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-3651"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-3651",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-3651"
}
],
"release_date": "2024-04-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-07-02T15:39:46+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"BaseOS-8.10.0.Z.MAIN.EUS:python-idna-0:2.5-7.el8_10.src",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idna-0:2.5-7.el8_10.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:4260"
},
{
"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": [
"BaseOS-8.10.0.Z.MAIN.EUS:python-idna-0:2.5-7.el8_10.src",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idna-0:2.5-7.el8_10.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": [
"BaseOS-8.10.0.Z.MAIN.EUS:python-idna-0:2.5-7.el8_10.src",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idna-0:2.5-7.el8_10.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python-idna: potential DoS via resource consumption via specially crafted inputs to idna.encode()"
}
]
}
RHSA-2024:8365
Vulnerability from csaf_redhat - Published: 2024-10-23 11:27 - Updated: 2026-04-30 13:25A flaw was found in the python-idna library. A malicious argument was sent to the idna.encode() function can trigger an uncontrolled resource consumption, resulting in a denial of service.
{
"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 python-idna is now available for Red Hat Enterprise Linux 7 Extended Lifecycle Support.\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 hsakmt packages include a thunk library for AMD\u0027s Heterogeneous System Architecture (HSA) Linux kernel driver (amdkfd).\n\nSecurity Fix(es):\n\n* python-idna: potential DoS via resource consumption via specially crafted inputs to idna.encode() (CVE-2024-3651)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2024:8365",
"url": "https://access.redhat.com/errata/RHSA-2024:8365"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2274779",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2274779"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_8365.json"
}
],
"title": "Red Hat Security Advisory: python-idna security update",
"tracking": {
"current_release_date": "2026-04-30T13:25:44+00:00",
"generator": {
"date": "2026-04-30T13:25:44+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.7"
}
},
"id": "RHSA-2024:8365",
"initial_release_date": "2024-10-23T11:27:19+00:00",
"revision_history": [
{
"date": "2024-10-23T11:27:19+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-10-23T11:27:19+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-04-30T13:25:44+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux Server (v. 7 ELS)",
"product": {
"name": "Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:rhel_els:7"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "python-idna-0:2.4-2.el7_9.src",
"product": {
"name": "python-idna-0:2.4-2.el7_9.src",
"product_id": "python-idna-0:2.4-2.el7_9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-idna@2.4-2.el7_9?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "python-idna-0:2.4-2.el7_9.noarch",
"product": {
"name": "python-idna-0:2.4-2.el7_9.noarch",
"product_id": "python-idna-0:2.4-2.el7_9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-idna@2.4-2.el7_9?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "python-idna-0:2.4-2.el7_9.noarch as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:python-idna-0:2.4-2.el7_9.noarch"
},
"product_reference": "python-idna-0:2.4-2.el7_9.noarch",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-idna-0:2.4-2.el7_9.src as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:python-idna-0:2.4-2.el7_9.src"
},
"product_reference": "python-idna-0:2.4-2.el7_9.src",
"relates_to_product_reference": "7Server-ELS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-3651",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2024-04-12T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2274779"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the python-idna library. A malicious argument was sent to the idna.encode() function can trigger an uncontrolled resource consumption, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-idna: potential DoS via resource consumption via specially crafted inputs to idna.encode()",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The vulnerability in the idna.encode() function, allowing for resource consumption via specially crafted arguments, is categorized as a moderate severity issue due to its potential impact on system availability rather than data integrity or confidentiality. While the vulnerability can lead to a denial-of-service condition, it requires the passing of unusually large or maliciously crafted inputs to exploit. Normal usage scenarios typically do not encounter such inputs.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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-ELS:python-idna-0:2.4-2.el7_9.noarch",
"7Server-ELS:python-idna-0:2.4-2.el7_9.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-3651"
},
{
"category": "external",
"summary": "RHBZ#2274779",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2274779"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-3651",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-3651"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-3651",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-3651"
}
],
"release_date": "2024-04-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-10-23T11:27:19+00:00",
"details": "For details on 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-ELS:python-idna-0:2.4-2.el7_9.noarch",
"7Server-ELS:python-idna-0:2.4-2.el7_9.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:8365"
},
{
"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-ELS:python-idna-0:2.4-2.el7_9.noarch",
"7Server-ELS:python-idna-0:2.4-2.el7_9.src"
]
}
],
"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-ELS:python-idna-0:2.4-2.el7_9.noarch",
"7Server-ELS:python-idna-0:2.4-2.el7_9.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python-idna: potential DoS via resource consumption via specially crafted inputs to idna.encode()"
}
]
}
Sightings
| Author | Source | Type | Date | Other |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.